Color Hex Logo

#d69edf Color Hex

#D69EDF
(214,158,223)
0 Favorites   0 Comments

Color spaces of #d69edf

RGB 214158223
HSL0.810.500.75
HSV292°29°87°
CMYK 0.040.290.00   0.13
XYZ53.277744.077675.5118
Yxy44.07760.30820.2550
Hunter Lab66.391027.0592-20.9616
CIE-Lab72.280331.7424-24.8231

#d69edf color RGB value is (214,158,223).

#d69edf hex color red value is 214, green value is 158 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d69edf hue: 0.81 , saturation: 0.50 and the lightness value of d69edf is 0.75.

The process color (four color CMYK) of #d69edf color hex is 0.04, 0.29, 0.00, 0.13. Web safe color of #d69edf is #cc99cc. Color #d69edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011110 11011111
Octal 326 236 337
Decimal 214 158 223
Hex D6 9E DF

RGB Percentages of Color #d69edf

%35.97
%26.55
%37.48

CMYK Percentages of Color #d69edf

%4
%29
%0
%13

Triadic Colors of #d69edf

#d69edf #dfd69e #9edfd6

Analogous Colors of #d69edf

#d69edf #df9ec8 #b69edf

Monochromatic Colors of #d69edf

#d69edf

Complementary Color

#d69edf #a7df9e

#d69edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69edf Color CSS Codes

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

#d69edf Text Font Color

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

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


#d69edf Background Color

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

This div background color is #d69edf


#d69edf Border Color

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

This div border color is #d69edf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,158,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69edf


Comments

No comments written yet.

Please login to write comment.