Color Hex Logo

#d69de0 Color Hex

#D69DE0
(214,157,224)
0 Favorites   0 Comments

Color spaces of #d69de0

RGB 214157224
HSL0.810.520.75
HSV291°30°88°
CMYK 0.040.300.00   0.12
XYZ53.243143.791976.1675
Yxy43.79190.30740.2528
Hunter Lab66.175427.8096-21.9196
CIE-Lab72.089232.4771-25.6636

#d69de0 color RGB value is (214,157,224).

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

The process color (four color CMYK) of #d69de0 color hex is 0.04, 0.30, 0.00, 0.12. Web safe color of #d69de0 is #cc99cc. Color #d69de0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011101 11100000
Octal 326 235 340
Decimal 214 157 224
Hex D6 9D E0

RGB Percentages of Color #d69de0

%35.97
%26.39
%37.65

CMYK Percentages of Color #d69de0

%4
%30
%0
%12

Triadic Colors of #d69de0

#d69de0 #e0d69d #9de0d6

Analogous Colors of #d69de0

#d69de0 #e09dc9 #b59de0

Monochromatic Colors of #d69de0

#d69de0

Complementary Color

#d69de0 #a7e09d

#d69de0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69de0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69de0 Color CSS Codes

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

#d69de0 Text Font Color

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

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


#d69de0 Background Color

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

This div background color is #d69de0


#d69de0 Border Color

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

This div border color is #d69de0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69de0


Comments

No comments written yet.

Please login to write comment.