Color Hex Logo

#d65daf Color Hex

#D65DAF
(214,93,175)
0 Favorites   0 Comments

Color spaces of #d65daf

RGB 21493175
HSL0.890.600.60
HSV319°57°84°
CMYK 0.000.570.18   0.16
XYZ39.383825.220043.3496
Yxy25.22000.36480.2336
Hunter Lab50.219552.1014-16.0256
CIE-Lab57.289156.8589-20.7707

#d65daf color RGB value is (214,93,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011101 10101111
Octal 326 135 257
Decimal 214 93 175
Hex D6 5D AF

RGB Percentages of Color #d65daf

%44.40
%19.29
%36.31

CMYK Percentages of Color #d65daf

%0
%57
%18
%16

Triadic Colors of #d65daf

#d65daf #afd65d #5dafd6

Analogous Colors of #d65daf

#d65daf #d65d73 #c15dd6

Monochromatic Colors of #d65daf

#d65daf

Complementary Color

#d65daf #5dd684

#d65daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65daf Color CSS Codes

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

#d65daf Text Font Color

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

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


#d65daf Background Color

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

This div background color is #d65daf


#d65daf Border Color

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

This div border color is #d65daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65daf


Comments

No comments written yet.

Please login to write comment.