Color spaces of #cb438a
RGB | 203 | 67 | 138 |
---|---|---|---|
HSL | 0.91 | 0.57 | 0.53 |
HSV | 329° | 67° | 80° |
CMYK | 0.00 | 0.67 | 0.32 0.20 |
XYZ | 31.2232 | 18.5458 | 25.9788 |
Yxy | 18.5458 | 0.4122 | 0.2448 |
Hunter Lab | 43.0648 | 54.0540 | -5.6212 |
CIE-Lab | 50.1515 | 59.8619 | -9.9917 |
#cb438a color RGB value is (203,67,138).
#cb438a hex color red value is 203, green value is 67 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cb438a hue: 0.91 , saturation: 0.57 and the lightness value of cb438a is 0.53.
The process color (four color CMYK) of #cb438a color hex is 0.00, 0.67, 0.32, 0.20. Web safe color of #cb438a is #cc3399. Color #cb438a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01000011 | 10001010 |
Octal | 313 | 103 | 212 |
Decimal | 203 | 67 | 138 |
Hex | CB | 43 | 8A |
Shades of #cb438a
Tints of #cb438a
RGB Percentages of Color #cb438a
CMYK Percentages of Color #cb438a
Complementary Color
#cb438a | #43cb84 |
#cb438a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb438a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb438a Color CSS Codes
.mybgcolor {background-color:#cb438a; } .myforecolor {color:#cb438a; } .mybordercolor {border:3px solid #cb438a; }
#cb438a Text Font Color
<p style="color:#cb438a">Text here</p>
This sample text font color is #cb438a
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.
#cb438a Background Color
<div style="background-color:#cb438a">
Div content here</div>
This div background color is #cb438a
#cb438a Border Color
<div style="border:3px solid #cb438a">
Div here</div>
This div border color is #cb438a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,67,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb438a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb438a; -webkit-box-shadow: 1px 1px 3px 2px #cb438a; box-shadow: 1px 1px 3px 2px #cb438a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,67,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb438a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb438a; -webkit-box-shadow: 1px 1px 3px 2px #cb438a; box-shadow: 1px 1px 3px 2px #cb438a;">
Div content here</div>
This div box has shadow with color #cb438a
Comments
No comments written yet.
Please login to write comment.