Color Hex Logo

#cb092a Color Hex

#CB092A
(203,9,42)
0 Favorites   0 Comments

Color spaces of #cb092a

RGB 203942
HSL0.970.920.42
HSV350°96°80°
CMYK 0.000.960.79   0.20
XYZ25.144213.05913.3859
Yxy13.05910.60460.3140
Hunter Lab36.137460.959019.7410
CIE-Lab42.852267.300938.5764

#cb092a color RGB value is (203,9,42).

#cb092a hex color red value is 203, green value is 9 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cb092a hue: 0.97 , saturation: 0.92 and the lightness value of cb092a is 0.42.

The process color (four color CMYK) of #cb092a color hex is 0.00, 0.96, 0.79, 0.20. Web safe color of #cb092a is #cc0033. Color #cb092a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00001001 00101010
Octal 313 11 52
Decimal 203 9 42
Hex CB 9 2A

RGB Percentages of Color #cb092a

%79.92
%3.54
%16.54

CMYK Percentages of Color #cb092a

%0
%96
%79
%20

Triadic Colors of #cb092a

#cb092a #2acb09 #092acb

Analogous Colors of #cb092a

#cb092a #cb4909 #cb098b

Monochromatic Colors of #cb092a

#cb092a

Complementary Color

#cb092a #09cbaa

#cb092a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb092a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb092a Color CSS Codes

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

#cb092a Text Font Color

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

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


#cb092a Background Color

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

This div background color is #cb092a


#cb092a Border Color

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

This div border color is #cb092a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb092a


Comments

No comments written yet.

Please login to write comment.