Color Hex Logo

#d698de Color Hex

#D698DE
(214,152,222)
0 Favorites   0 Comments

Color spaces of #d698de

RGB 214152222
HSL0.810.510.73
HSV293°32°87°
CMYK 0.040.320.00   0.13
XYZ52.144642.026574.4709
Yxy42.02650.30920.2492
Hunter Lab64.827830.1286-22.7298
CIE-Lab70.889234.7951-26.4044

#d698de color RGB value is (214,152,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011000 11011110
Octal 326 230 336
Decimal 214 152 222
Hex D6 98 DE

RGB Percentages of Color #d698de

%36.39
%25.85
%37.76

CMYK Percentages of Color #d698de

%4
%32
%0
%13

Triadic Colors of #d698de

#d698de #ded698 #98ded6

Analogous Colors of #d698de

#d698de #de98c3 #b398de

Monochromatic Colors of #d698de

#d698de

Complementary Color

#d698de #a0de98

#d698de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d698de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d698de Color CSS Codes

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

#d698de Text Font Color

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

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


#d698de Background Color

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

This div background color is #d698de


#d698de Border Color

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

This div border color is #d698de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d698de


Comments

No comments written yet.

Please login to write comment.