Hex #7d26cd Color
equivalent to
RGB
(125, 38, 205)Details of #7d26cd
|
|
|
|
Color HEX #7d26cd matches (125, 38, 205) in RGB.
#7d26cd hex color red value is 125, green value is 38 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7d26cd hue: 0.75, saturation: 0.69 and the lightness value of 7d26cd is 0.48.
The process color (four color CMYK) of #7d26cd color hex is 0.39, 0.81, 0.00, 0.20. Web safe color of #7d26cd is #6633cc. Color #7d26cd contains mainly BLUE color.
Base Numbers
|
|
|
|
#7d26cd tints
#7d26cd shades
RGB in % of #7d26cd
CMYK in % of #7d26cd
Preview Color #7d26cd on black ground
Very nice color.
Preview Color #7d26cd on white ground
Very nice color.
CSS Codes #7d26cd color
.mybgcolor {background-color:#7d26cd; } .myforecolor {color:#7d26cd; } .mybordercolor {border:3px solid #7d26cd; }
Text Font Color #7d26cd
<p style="color:#7d26cd">Text here</p>
This sample text font color is #7d26cd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #7d26cd
<div style="background-color:#7d26cd">
Div content here</div>
This div background color is #7d26cd
Border Color #7d26cd
<div style="border:3px solid #7d26cd">
Div here</div>
The color of this border is #7d26cd
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7d26cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7d26cd; -webkit-box-shadow: 1px 1px 3px 2px #7d26cd; box-shadow: 1px 1px 3px 2px #7d26cd; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #7d26cd">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7d26cd; -webkit-box-shadow: 1px 1px 3px 2px #7d26cd; box-shadow: 1px 1px 3px 2px #7d26cd;">
Div content here</div>
The shadow of div box using color #7d26cd