Color Hex Logo

#cb020b Color Hex

#CB020B
(203,2,11)
0 Favorites   0 Comments

Color spaces of #cb020b

RGB 203211
HSL0.990.980.40
HSV357°99°80°
CMYK 0.000.990.95   0.20
XYZ24.710712.76411.4779
Yxy12.76410.63440.3277
Hunter Lab35.726960.938522.5562
CIE-Lab42.405667.370352.9913

#cb020b color RGB value is (203,2,11).

#cb020b hex color red value is 203, green value is 2 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cb020b hue: 0.99 , saturation: 0.98 and the lightness value of cb020b is 0.40.

The process color (four color CMYK) of #cb020b color hex is 0.00, 0.99, 0.95, 0.20. Web safe color of #cb020b is #cc0000. Color #cb020b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000010 00001011
Octal 313 2 13
Decimal 203 2 11
Hex CB 2 B

RGB Percentages of Color #cb020b

%93.98
%0.93
%5.09

CMYK Percentages of Color #cb020b

%0
%99
%95
%20

Triadic Colors of #cb020b

#cb020b #0bcb02 #020bcb

Analogous Colors of #cb020b

#cb020b #cb5d02 #cb0270

Monochromatic Colors of #cb020b

#cb020b

Complementary Color

#cb020b #02cbc2

#cb020b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb020b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb020b Color CSS Codes

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

#cb020b Text Font Color

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

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


#cb020b Background Color

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

This div background color is #cb020b


#cb020b Border Color

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

This div border color is #cb020b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb020b


Comments

No comments written yet.

Please login to write comment.