Color Hex Logo

#d68eed Color Hex

#D68EED
(214,142,237)
0 Favorites   0 Comments

Color spaces of #d68eed

RGB 214142237
HSL0.790.730.74
HSV285°40°93°
CMYK 0.100.400.00   0.07
XYZ52.690639.756685.0174
Yxy39.75660.29690.2240
Hunter Lab63.052838.8225-35.8068
CIE-Lab69.295843.0868-37.1056

#d68eed color RGB value is (214,142,237).

#d68eed hex color red value is 214, green value is 142 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d68eed hue: 0.79 , saturation: 0.73 and the lightness value of d68eed is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001110 11101101
Octal 326 216 355
Decimal 214 142 237
Hex D6 8E ED

RGB Percentages of Color #d68eed

%36.09
%23.95
%39.97

CMYK Percentages of Color #d68eed

%10
%40
%0
%7

Triadic Colors of #d68eed

#d68eed #edd68e #8eedd6

Analogous Colors of #d68eed

#d68eed #ed8ed5 #a78eed

Monochromatic Colors of #d68eed

#d68eed

Complementary Color

#d68eed #a5ed8e

#d68eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68eed Color CSS Codes

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

#d68eed Text Font Color

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

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


#d68eed Background Color

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

This div background color is #d68eed


#d68eed Border Color

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

This div border color is #d68eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68eed


Comments

No comments written yet.

Please login to write comment.