Color Hex Logo

#d698ee Color Hex

#D698EE
(214,152,238)
0 Favorites   0 Comments

Color spaces of #d698ee

RGB 214152238
HSL0.790.720.76
HSV283°36°93°
CMYK 0.100.360.00   0.07
XYZ54.392442.925786.3076
Yxy42.92570.29620.2338
Hunter Lab65.517733.5336-32.2413
CIE-Lab71.504537.9418-34.2244

#d698ee color RGB value is (214,152,238).

#d698ee hex color red value is 214, green value is 152 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d698ee hue: 0.79 , saturation: 0.72 and the lightness value of d698ee is 0.76.

The process color (four color CMYK) of #d698ee color hex is 0.10, 0.36, 0.00, 0.07. Web safe color of #d698ee is #cc99ff. Color #d698ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011000 11101110
Octal 326 230 356
Decimal 214 152 238
Hex D6 98 EE

RGB Percentages of Color #d698ee

%35.43
%25.17
%39.40

CMYK Percentages of Color #d698ee

%10
%36
%0
%7

Triadic Colors of #d698ee

#d698ee #eed698 #98eed6

Analogous Colors of #d698ee

#d698ee #ee98db #ab98ee

Monochromatic Colors of #d698ee

#d698ee

Complementary Color

#d698ee #b0ee98

#d698ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d698ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d698ee Color CSS Codes

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

#d698ee Text Font Color

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

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


#d698ee Background Color

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

This div background color is #d698ee


#d698ee Border Color

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

This div border color is #d698ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d698ee


Comments

No comments written yet.

Please login to write comment.