Color Hex Logo

#cd5fab Color Hex

#CD5FAB
(205,95,171)
0 Favorites   0 Comments

Color spaces of #cd5fab

RGB 20595171
HSL0.880.520.59
HSV319°54°80°
CMYK 0.000.540.17   0.20
XYZ36.619724.103841.2505
Yxy24.10380.35910.2364
Hunter Lab49.095647.2232-15.4490
CIE-Lab56.191652.6569-20.2488

#cd5fab color RGB value is (205,95,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011111 10101011
Octal 315 137 253
Decimal 205 95 171
Hex CD 5F AB

RGB Percentages of Color #cd5fab

%43.52
%20.17
%36.31

CMYK Percentages of Color #cd5fab

%0
%54
%17
%20

Triadic Colors of #cd5fab

#cd5fab #abcd5f #5fabcd

Analogous Colors of #cd5fab

#cd5fab #cd5f74 #b85fcd

Monochromatic Colors of #cd5fab

#cd5fab

Complementary Color

#cd5fab #5fcd81

#cd5fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5fab Color CSS Codes

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

#cd5fab Text Font Color

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

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


#cd5fab Background Color

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

This div background color is #cd5fab


#cd5fab Border Color

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

This div border color is #cd5fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5fab


Comments

No comments written yet.

Please login to write comment.