Color Hex Logo

#d696de Color Hex

#D696DE
(214,150,222)
0 Favorites   0 Comments

Color spaces of #d696de

RGB 214150222
HSL0.810.520.73
HSV293°32°87°
CMYK 0.040.320.00   0.13
XYZ51.822741.382874.3636
Yxy41.38280.30930.2470
Hunter Lab64.329531.2199-23.5075
CIE-Lab70.443335.8731-27.0885

#d696de color RGB value is (214,150,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010110 11011110
Octal 326 226 336
Decimal 214 150 222
Hex D6 96 DE

RGB Percentages of Color #d696de

%36.52
%25.60
%37.88

CMYK Percentages of Color #d696de

%4
%32
%0
%13

Triadic Colors of #d696de

#d696de #ded696 #96ded6

Analogous Colors of #d696de

#d696de #de96c2 #b296de

Monochromatic Colors of #d696de

#d696de

Complementary Color

#d696de #9ede96

#d696de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d696de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d696de Color CSS Codes

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

#d696de Text Font Color

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

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


#d696de Background Color

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

This div background color is #d696de


#d696de Border Color

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

This div border color is #d696de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d696de


Comments

No comments written yet.

Please login to write comment.