Color Hex Logo

#cb070e Color Hex

#CB070E
(203,7,14)
0 Favorites   0 Comments

Color spaces of #cb070e

RGB 203714
HSL0.990.930.41
HSV358°97°80°
CMYK 0.000.970.93   0.20
XYZ24.783812.88021.5953
Yxy12.88020.63130.3281
Hunter Lab35.889060.460722.4868
CIE-Lab42.582266.923652.0645

#cb070e color RGB value is (203,7,14).

#cb070e hex color red value is 203, green value is 7 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cb070e hue: 0.99 , saturation: 0.93 and the lightness value of cb070e is 0.41.

The process color (four color CMYK) of #cb070e color hex is 0.00, 0.97, 0.93, 0.20. Web safe color of #cb070e is #cc0000. Color #cb070e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000111 00001110
Octal 313 7 16
Decimal 203 7 14
Hex CB 7 E

RGB Percentages of Color #cb070e

%90.63
%3.13
%6.25

CMYK Percentages of Color #cb070e

%0
%97
%93
%20

Triadic Colors of #cb070e

#cb070e #0ecb07 #070ecb

Analogous Colors of #cb070e

#cb070e #cb6207 #cb0770

Monochromatic Colors of #cb070e

#cb070e

Complementary Color

#cb070e #07cbc4

#cb070e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb070e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb070e Color CSS Codes

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

#cb070e Text Font Color

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

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


#cb070e Background Color

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

This div background color is #cb070e


#cb070e Border Color

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

This div border color is #cb070e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb070e


Comments

No comments written yet.

Please login to write comment.