Color Hex Logo

#d697de Color Hex

#D697DE
(214,151,222)
0 Favorites   0 Comments

Color spaces of #d697de

RGB 214151222
HSL0.810.520.73
HSV293°32°87°
CMYK 0.040.320.00   0.13
XYZ51.983041.703374.4170
Yxy41.70330.30920.2481
Hunter Lab64.578130.6743-23.1186
CIE-Lab70.665935.3344-26.7469

#d697de color RGB value is (214,151,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010111 11011110
Octal 326 227 336
Decimal 214 151 222
Hex D6 97 DE

RGB Percentages of Color #d697de

%36.46
%25.72
%37.82

CMYK Percentages of Color #d697de

%4
%32
%0
%13

Triadic Colors of #d697de

#d697de #ded697 #97ded6

Analogous Colors of #d697de

#d697de #de97c3 #b397de

Monochromatic Colors of #d697de

#d697de

Complementary Color

#d697de #9fde97

#d697de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d697de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d697de Color CSS Codes

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

#d697de Text Font Color

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

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


#d697de Background Color

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

This div background color is #d697de


#d697de Border Color

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

This div border color is #d697de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d697de


Comments

No comments written yet.

Please login to write comment.