Color Hex Logo

#d690de Color Hex

#D690DE
(214,144,222)
0 Favorites   0 Comments

Color spaces of #d690de

RGB 214144222
HSL0.820.540.72
HSV294°35°87°
CMYK 0.040.350.00   0.13
XYZ50.889639.516674.0525
Yxy39.51660.30940.2403
Hunter Lab62.862234.4943-25.8408
CIE-Lab69.123839.0939-29.1175

#d690de color RGB value is (214,144,222).

#d690de hex color red value is 214, green value is 144 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d690de hue: 0.82 , saturation: 0.54 and the lightness value of d690de is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010000 11011110
Octal 326 220 336
Decimal 214 144 222
Hex D6 90 DE

RGB Percentages of Color #d690de

%36.90
%24.83
%38.28

CMYK Percentages of Color #d690de

%4
%35
%0
%13

Triadic Colors of #d690de

#d690de #ded690 #90ded6

Analogous Colors of #d690de

#d690de #de90bf #af90de

Monochromatic Colors of #d690de

#d690de

Complementary Color

#d690de #98de90

#d690de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d690de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d690de Color CSS Codes

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

#d690de Text Font Color

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

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


#d690de Background Color

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

This div background color is #d690de


#d690de Border Color

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

This div border color is #d690de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d690de


Comments

No comments written yet.

Please login to write comment.