Color Hex Logo

#d694de Color Hex

#D694DE
(214,148,222)
0 Favorites   0 Comments

Color spaces of #d694de

RGB 214148222
HSL0.820.530.73
HSV294°33°87°
CMYK 0.040.330.00   0.13
XYZ51.506340.749974.2581
Yxy40.74990.30930.2447
Hunter Lab63.835632.3118-24.2853
CIE-Lab70.000336.9494-27.7689

#d694de color RGB value is (214,148,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010100 11011110
Octal 326 224 336
Decimal 214 148 222
Hex D6 94 DE

RGB Percentages of Color #d694de

%36.64
%25.34
%38.01

CMYK Percentages of Color #d694de

%4
%33
%0
%13

Triadic Colors of #d694de

#d694de #ded694 #94ded6

Analogous Colors of #d694de

#d694de #de94c1 #b194de

Monochromatic Colors of #d694de

#d694de

Complementary Color

#d694de #9cde94

#d694de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d694de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d694de Color CSS Codes

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

#d694de Text Font Color

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

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


#d694de Background Color

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

This div background color is #d694de


#d694de Border Color

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

This div border color is #d694de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d694de


Comments

No comments written yet.

Please login to write comment.