Color Hex Logo

#d65caf Color Hex

#D65CAF
(214,92,175)
0 Favorites   0 Comments

Color spaces of #d65caf

RGB 21492175
HSL0.890.600.60
HSV319°57°84°
CMYK 0.000.570.18   0.16
XYZ39.296625.045643.3206
Yxy25.04560.36500.2326
Hunter Lab50.045652.5813-16.2909
CIE-Lab57.119857.3134-21.0298

#d65caf color RGB value is (214,92,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011100 10101111
Octal 326 134 257
Decimal 214 92 175
Hex D6 5C AF

RGB Percentages of Color #d65caf

%44.49
%19.13
%36.38

CMYK Percentages of Color #d65caf

%0
%57
%18
%16

Triadic Colors of #d65caf

#d65caf #afd65c #5cafd6

Analogous Colors of #d65caf

#d65caf #d65c72 #c05cd6

Monochromatic Colors of #d65caf

#d65caf

Complementary Color

#d65caf #5cd683

#d65caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65caf Color CSS Codes

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

#d65caf Text Font Color

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

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


#d65caf Background Color

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

This div background color is #d65caf


#d65caf Border Color

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

This div border color is #d65caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65caf


Comments

No comments written yet.

Please login to write comment.