Color Hex Logo

#cd144b Color Hex

#CD144B
(205,20,75)
0 Favorites   0 Comments

Color spaces of #cd144b

RGB 2052075
HSL0.950.820.44
HSV342°90°80°
CMYK 0.000.900.63   0.20
XYZ26.697013.98747.9494
Yxy13.98740.54890.2876
Hunter Lab37.399761.968913.5776
CIE-Lab44.214967.903020.2286

#cd144b color RGB value is (205,20,75).

#cd144b hex color red value is 205, green value is 20 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cd144b hue: 0.95 , saturation: 0.82 and the lightness value of cd144b is 0.44.

The process color (four color CMYK) of #cd144b color hex is 0.00, 0.90, 0.63, 0.20. Web safe color of #cd144b is #cc0033. Color #cd144b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010100 01001011
Octal 315 24 113
Decimal 205 20 75
Hex CD 14 4B

RGB Percentages of Color #cd144b

%68.33
%6.67
%25.00

CMYK Percentages of Color #cd144b

%0
%90
%63
%20

Triadic Colors of #cd144b

#cd144b #4bcd14 #144bcd

Analogous Colors of #cd144b

#cd144b #cd3914 #cd14a8

Monochromatic Colors of #cd144b

#cd144b

Complementary Color

#cd144b #14cd96

#cd144b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd144b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd144b Color CSS Codes

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

#cd144b Text Font Color

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

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


#cd144b Background Color

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

This div background color is #cd144b


#cd144b Border Color

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

This div border color is #cd144b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd144b


Comments

No comments written yet.

Please login to write comment.