Color Hex Logo

#cd134d Color Hex

#CD134D
(205,19,77)
0 Favorites   0 Comments

Color spaces of #cd134d

RGB 2051977
HSL0.950.830.44
HSV341°91°80°
CMYK 0.000.910.62   0.20
XYZ26.749313.98078.3099
Yxy13.98070.54550.2851
Hunter Lab37.390862.264812.9967
CIE-Lab44.205268.158118.9671

#cd134d color RGB value is (205,19,77).

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

The process color (four color CMYK) of #cd134d color hex is 0.00, 0.91, 0.62, 0.20. Web safe color of #cd134d is #cc0066. Color #cd134d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010011 01001101
Octal 315 23 115
Decimal 205 19 77
Hex CD 13 4D

RGB Percentages of Color #cd134d

%68.11
%6.31
%25.58

CMYK Percentages of Color #cd134d

%0
%91
%62
%20

Triadic Colors of #cd134d

#cd134d #4dcd13 #134dcd

Analogous Colors of #cd134d

#cd134d #cd3613 #cd13aa

Monochromatic Colors of #cd134d

#cd134d

Complementary Color

#cd134d #13cd93

#cd134d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd134d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd134d Color CSS Codes

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

#cd134d Text Font Color

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

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


#cd134d Background Color

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

This div background color is #cd134d


#cd134d Border Color

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

This div border color is #cd134d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd134d


Comments

No comments written yet.

Please login to write comment.