Color Hex Logo

#cd5faf Color Hex

#CD5FAF
(205,95,175)
0 Favorites   0 Comments

Color spaces of #cd5faf

RGB 20595175
HSL0.880.520.59
HSV316°54°80°
CMYK 0.000.540.15   0.20
XYZ37.006924.258743.2894
Yxy24.25870.35390.2320
Hunter Lab49.253147.9251-17.6338
CIE-Lab56.345953.2696-22.3289

#cd5faf color RGB value is (205,95,175).

#cd5faf hex color red value is 205, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cd5faf hue: 0.88 , saturation: 0.52 and the lightness value of cd5faf is 0.59.

The process color (four color CMYK) of #cd5faf color hex is 0.00, 0.54, 0.15, 0.20. Web safe color of #cd5faf is #cc6699. Color #cd5faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011111 10101111
Octal 315 137 257
Decimal 205 95 175
Hex CD 5F AF

RGB Percentages of Color #cd5faf

%43.16
%20.00
%36.84

CMYK Percentages of Color #cd5faf

%0
%54
%15
%20

Triadic Colors of #cd5faf

#cd5faf #afcd5f #5fafcd

Analogous Colors of #cd5faf

#cd5faf #cd5f78 #b45fcd

Monochromatic Colors of #cd5faf

#cd5faf

Complementary Color

#cd5faf #5fcd7d

#cd5faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5faf Color CSS Codes

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

#cd5faf Text Font Color

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

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


#cd5faf Background Color

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

This div background color is #cd5faf


#cd5faf Border Color

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

This div border color is #cd5faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5faf


Comments

No comments written yet.

Please login to write comment.