Color Hex Logo

#cd003b Color Hex

#CD003B
(205,0,59)
0 Favorites   0 Comments

Color spaces of #cd003b

RGB 205059
HSL0.951.000.40
HSV343°100°80°
CMYK 0.001.000.71   0.20
XYZ25.966313.29495.3353
Yxy13.29490.58220.2981
Hunter Lab36.462263.308816.8480
CIE-Lab43.204369.243828.8901

#cd003b color RGB value is (205,0,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000000 00111011
Octal 315 0 73
Decimal 205 0 59
Hex CD 0 3B

RGB Percentages of Color #cd003b

%77.65
%0.00
%22.35

CMYK Percentages of Color #cd003b

%0
%100
%71
%20

Triadic Colors of #cd003b

#cd003b #3bcd00 #003bcd

Analogous Colors of #cd003b

#cd003b #cd2c00 #cd00a2

Monochromatic Colors of #cd003b

#cd003b

Complementary Color

#cd003b #00cd92

#cd003b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd003b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd003b Color CSS Codes

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

#cd003b Text Font Color

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

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


#cd003b Background Color

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

This div background color is #cd003b


#cd003b Border Color

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

This div border color is #cd003b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,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 #cd003b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd003b


Comments

No comments written yet.

Please login to write comment.