Color spaces of #cb683a
RGB | 203 | 104 | 58 |
---|---|---|---|
HSL | 0.05 | 0.58 | 0.51 |
HSV | 19° | 71° | 80° |
CMYK | 0.00 | 0.49 | 0.71 0.20 |
XYZ | 30.3426 | 22.9026 | 6.8244 |
Yxy | 22.9026 | 0.5051 | 0.3813 |
Hunter Lab | 47.8567 | 29.4254 | 25.0449 |
CIE-Lab | 54.9719 | 35.8102 | 42.9206 |
#cb683a color RGB value is (203,104,58).
#cb683a hex color red value is 203, green value is 104 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cb683a hue: 0.05 , saturation: 0.58 and the lightness value of cb683a is 0.51.
The process color (four color CMYK) of #cb683a color hex is 0.00, 0.49, 0.71, 0.20. Web safe color of #cb683a is #cc6633. Color #cb683a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01101000 | 00111010 |
Octal | 313 | 150 | 72 |
Decimal | 203 | 104 | 58 |
Hex | CB | 68 | 3A |
Shades of #cb683a
Tints of #cb683a
RGB Percentages of Color #cb683a
CMYK Percentages of Color #cb683a
Complementary Color
#cb683a | #3a9dcb |
#cb683a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb683a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb683a Color CSS Codes
.mybgcolor {background-color:#cb683a; } .myforecolor {color:#cb683a; } .mybordercolor {border:3px solid #cb683a; }
#cb683a Text Font Color
<p style="color:#cb683a">Text here</p>
This sample text font color is #cb683a
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.
#cb683a Background Color
<div style="background-color:#cb683a">
Div content here</div>
This div background color is #cb683a
#cb683a Border Color
<div style="border:3px solid #cb683a">
Div here</div>
This div border color is #cb683a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,104,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb683a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb683a; -webkit-box-shadow: 1px 1px 3px 2px #cb683a; box-shadow: 1px 1px 3px 2px #cb683a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,104,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb683a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb683a; -webkit-box-shadow: 1px 1px 3px 2px #cb683a; box-shadow: 1px 1px 3px 2px #cb683a;">
Div content here</div>
This div box has shadow with color #cb683a
Comments
No comments written yet.
Please login to write comment.