Color Hex Logo

#d68aee Color Hex

#D68AEE
(214,138,238)
0 Favorites   0 Comments

Color spaces of #d68aee

RGB 214138238
HSL0.790.750.74
HSV286°42°93°
CMYK 0.100.420.00   0.07
XYZ52.252738.646185.5944
Yxy38.64610.29610.2190
Hunter Lab62.166041.2451-38.1184
CIE-Lab68.494145.4013-38.9035

#d68aee color RGB value is (214,138,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001010 11101110
Octal 326 212 356
Decimal 214 138 238
Hex D6 8A EE

RGB Percentages of Color #d68aee

%36.27
%23.39
%40.34

CMYK Percentages of Color #d68aee

%10
%42
%0
%7

Triadic Colors of #d68aee

#d68aee #eed68a #8aeed6

Analogous Colors of #d68aee

#d68aee #ee8ad4 #a48aee

Monochromatic Colors of #d68aee

#d68aee

Complementary Color

#d68aee #a2ee8a

#d68aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68aee Color CSS Codes

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

#d68aee Text Font Color

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

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


#d68aee Background Color

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

This div background color is #d68aee


#d68aee Border Color

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

This div border color is #d68aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68aee


Comments

No comments written yet.

Please login to write comment.