Color Hex Logo

#d55caf Color Hex

#D55CAF
(213,92,175)
0 Favorites   0 Comments

Color spaces of #d55caf

RGB 21392175
HSL0.890.590.60
HSV319°57°84°
CMYK 0.000.570.18   0.16
XYZ39.005624.895643.3069
Yxy24.89560.36380.2322
Hunter Lab49.895552.2246-16.5340
CIE-Lab56.973657.0221-21.2665

#d55caf color RGB value is (213,92,175).

#d55caf hex color red value is 213, green value is 92 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d55caf hue: 0.89 , saturation: 0.59 and the lightness value of d55caf is 0.60.

The process color (four color CMYK) of #d55caf color hex is 0.00, 0.57, 0.18, 0.16. Web safe color of #d55caf is #cc6699. Color #d55caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011100 10101111
Octal 325 134 257
Decimal 213 92 175
Hex D5 5C AF

RGB Percentages of Color #d55caf

%44.38
%19.17
%36.46

CMYK Percentages of Color #d55caf

%0
%57
%18
%16

Triadic Colors of #d55caf

#d55caf #afd55c #5cafd5

Analogous Colors of #d55caf

#d55caf #d55c73 #bf5cd5

Monochromatic Colors of #d55caf

#d55caf

Complementary Color

#d55caf #5cd582

#d55caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55caf Color CSS Codes

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

#d55caf Text Font Color

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

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


#d55caf Background Color

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

This div background color is #d55caf


#d55caf Border Color

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

This div border color is #d55caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,92,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 #d55caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55caf


Comments

No comments written yet.

Please login to write comment.