Color Hex Logo

#cb080c Color Hex

#CB080C
(203,8,12)
0 Favorites   0 Comments

Color spaces of #cb080c

RGB 203812
HSL1.000.920.41
HSV359°96°80°
CMYK 0.000.960.94   0.20
XYZ24.781812.89671.5310
Yxy12.89670.63200.3289
Hunter Lab35.912060.331722.6107
CIE-Lab42.607266.807352.7742

#cb080c color RGB value is (203,8,12).

#cb080c hex color red value is 203, green value is 8 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #cb080c hue: 1.00 , saturation: 0.92 and the lightness value of cb080c is 0.41.

The process color (four color CMYK) of #cb080c color hex is 0.00, 0.96, 0.94, 0.20. Web safe color of #cb080c is #cc0000. Color #cb080c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00001000 00001100
Octal 313 10 14
Decimal 203 8 12
Hex CB 8 C

RGB Percentages of Color #cb080c

%91.03
%3.59
%5.38

CMYK Percentages of Color #cb080c

%0
%96
%94
%20

Triadic Colors of #cb080c

#cb080c #0ccb08 #080ccb

Analogous Colors of #cb080c

#cb080c #cb6608 #cb086e

Monochromatic Colors of #cb080c

#cb080c

Complementary Color

#cb080c #08cbc7

#cb080c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb080c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb080c Color CSS Codes

.mybgcolor {background-color:#cb080c; } 
.myforecolor {color:#cb080c; }
.mybordercolor {border:3px solid #cb080c; }

#cb080c Text Font Color

<p style="color:#cb080c">Text here</p>

This sample text font color is #cb080c
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.


#cb080c Background Color

<div style="background-color:#cb080c">
Div content here</div>

This div background color is #cb080c


#cb080c Border Color

<div style="border:3px solid #cb080c">
Div here</div>

This div border color is #cb080c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,8,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb080c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb080c;
  -webkit-box-shadow: 1px 1px 3px 2px #cb080c;
  box-shadow:         1px 1px 3px 2px #cb080c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,8,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cb080c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cb080c;
  -webkit-box-shadow: 1px 1px 3px 2px #cb080c;
  box-shadow:         1px 1px 3px 2px #cb080c;">
Div content here</div>

This div box has shadow with color #cb080c


Comments

No comments written yet.

Please login to write comment.