Color Hex Logo

#cd718a Color Hex

#CD718A
(205,113,138)
0 Favorites   0 Comments

Color spaces of #cd718a

RGB 205113138
HSL0.950.480.62
HSV344°45°80°
CMYK 0.000.450.33   0.20
XYZ35.669426.624427.3038
Yxy26.62440.39810.2972
Hunter Lab51.598833.09614.7456
CIE-Lab58.625038.99302.5438

#cd718a color RGB value is (205,113,138).

#cd718a hex color red value is 205, green value is 113 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cd718a hue: 0.95 , saturation: 0.48 and the lightness value of cd718a is 0.62.

The process color (four color CMYK) of #cd718a color hex is 0.00, 0.45, 0.33, 0.20. Web safe color of #cd718a is #cc6699. Color #cd718a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110001 10001010
Octal 315 161 212
Decimal 205 113 138
Hex CD 71 8A

RGB Percentages of Color #cd718a

%44.96
%24.78
%30.26

CMYK Percentages of Color #cd718a

%0
%45
%33
%20

Triadic Colors of #cd718a

#cd718a #8acd71 #718acd

Analogous Colors of #cd718a

#cd718a #cd8671 #cd71b8

Monochromatic Colors of #cd718a

#cd718a

Complementary Color

#cd718a #71cdb4

#cd718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd718a Color CSS Codes

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

#cd718a Text Font Color

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

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


#cd718a Background Color

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

This div background color is #cd718a


#cd718a Border Color

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

This div border color is #cd718a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd718a


Comments

No comments written yet.

Please login to write comment.