Color spaces of #c3258b
RGB | 195 | 37 | 139 |
---|---|---|---|
HSL | 0.89 | 0.68 | 0.45 |
HSV | 321° | 81° | 76° |
CMYK | 0.00 | 0.81 | 0.29 0.24 |
XYZ | 27.8274 | 14.7893 | 25.8141 |
Yxy | 14.7893 | 0.4067 | 0.2161 |
Hunter Lab | 38.4569 | 61.8632 | -12.8785 |
CIE-Lab | 45.3443 | 67.5928 | -18.0174 |
#c3258b color RGB value is (195,37,139).
#c3258b hex color red value is 195, green value is 37 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #c3258b hue: 0.89 , saturation: 0.68 and the lightness value of c3258b is 0.45.
The process color (four color CMYK) of #c3258b color hex is 0.00, 0.81, 0.29, 0.24. Web safe color of #c3258b is #cc3399. Color #c3258b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00100101 | 10001011 |
Octal | 303 | 45 | 213 |
Decimal | 195 | 37 | 139 |
Hex | C3 | 25 | 8B |
Shades of #c3258b
Tints of #c3258b
RGB Percentages of Color #c3258b
CMYK Percentages of Color #c3258b
Complementary Color
#c3258b | #25c35d |
#c3258b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c3258b Color Preview on White Background
Lorem ipsum dolor sit amet.
#c3258b Color CSS Codes
.mybgcolor {background-color:#c3258b; } .myforecolor {color:#c3258b; } .mybordercolor {border:3px solid #c3258b; }
#c3258b Text Font Color
<p style="color:#c3258b">Text here</p>
This sample text font color is #c3258b
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.
#c3258b Background Color
<div style="background-color:#c3258b">
Div content here</div>
This div background color is #c3258b
#c3258b Border Color
<div style="border:3px solid #c3258b">
Div here</div>
This div border color is #c3258b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,37,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c3258b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c3258b; -webkit-box-shadow: 1px 1px 3px 2px #c3258b; box-shadow: 1px 1px 3px 2px #c3258b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,37,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c3258b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c3258b; -webkit-box-shadow: 1px 1px 3px 2px #c3258b; box-shadow: 1px 1px 3px 2px #c3258b;">
Div content here</div>
This div box has shadow with color #c3258b
Comments
No comments written yet.
Please login to write comment.