Color Hex Logo

#d688ea Color Hex

#D688EA
(214,136,234)
0 Favorites   0 Comments

Color spaces of #d688ea

RGB 214136234
HSL0.800.700.73
HSV288°42°92°
CMYK 0.090.420.00   0.08
XYZ51.387037.845082.4383
Yxy37.84500.29930.2205
Hunter Lab61.518341.4463-36.3895
CIE-Lab67.906245.6608-37.6200

#d688ea color RGB value is (214,136,234).

#d688ea hex color red value is 214, green value is 136 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d688ea hue: 0.80 , saturation: 0.70 and the lightness value of d688ea is 0.73.

The process color (four color CMYK) of #d688ea color hex is 0.09, 0.42, 0.00, 0.08. Web safe color of #d688ea is #cc99ff. Color #d688ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001000 11101010
Octal 326 210 352
Decimal 214 136 234
Hex D6 88 EA

RGB Percentages of Color #d688ea

%36.64
%23.29
%40.07

CMYK Percentages of Color #d688ea

%9
%42
%0
%8

Triadic Colors of #d688ea

#d688ea #ead688 #88ead6

Analogous Colors of #d688ea

#d688ea #ea88cd #a588ea

Monochromatic Colors of #d688ea

#d688ea

Complementary Color

#d688ea #9cea88

#d688ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d688ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d688ea Color CSS Codes

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

#d688ea Text Font Color

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

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


#d688ea Background Color

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

This div background color is #d688ea


#d688ea Border Color

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

This div border color is #d688ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d688ea


Comments

No comments written yet.

Please login to write comment.