Color Hex Logo

#cb003b Color Hex

#CB003B
(203,0,59)
0 Favorites   0 Comments

Color spaces of #cb003b

RGB 203059
HSL0.951.000.40
HSV343°100°80°
CMYK 0.001.000.71   0.20
XYZ25.418013.01235.3096
Yxy13.01230.58110.2975
Hunter Lab36.072662.650416.5238
CIE-Lab42.781868.765128.2793

#cb003b color RGB value is (203,0,59).

#cb003b hex color red value is 203, green value is 0 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cb003b hue: 0.95 , saturation: 1.00 and the lightness value of cb003b is 0.40.

The process color (four color CMYK) of #cb003b color hex is 0.00, 1.00, 0.71, 0.20. Web safe color of #cb003b is #cc0033. Color #cb003b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000000 00111011
Octal 313 0 73
Decimal 203 0 59
Hex CB 0 3B

RGB Percentages of Color #cb003b

%77.48
%0.00
%22.52

CMYK Percentages of Color #cb003b

%0
%100
%71
%20

Triadic Colors of #cb003b

#cb003b #3bcb00 #003bcb

Analogous Colors of #cb003b

#cb003b #cb2a00 #cb00a1

Monochromatic Colors of #cb003b

#cb003b

Complementary Color

#cb003b #00cb90

#cb003b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb003b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb003b Color CSS Codes

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

#cb003b Text Font Color

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

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


#cb003b Background Color

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

This div background color is #cb003b


#cb003b Border Color

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

This div border color is #cb003b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb003b


Comments

No comments written yet.

Please login to write comment.