Color Hex Logo

#d66eef Color Hex

#D66EEF
(214,110,239)
0 Favorites   0 Comments

Color spaces of #d66eef

RGB 214110239
HSL0.800.800.68
HSV288°54°94°
CMYK 0.100.540.00   0.06
XYZ48.887531.680085.1996
Yxy31.68000.29490.1911
Hunter Lab56.285056.5412-50.3488
CIE-Lab63.077559.7599-47.9582

#d66eef color RGB value is (214,110,239).

#d66eef hex color red value is 214, green value is 110 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d66eef hue: 0.80 , saturation: 0.80 and the lightness value of d66eef is 0.68.

The process color (four color CMYK) of #d66eef color hex is 0.10, 0.54, 0.00, 0.06. Web safe color of #d66eef is #cc66ff. Color #d66eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101110 11101111
Octal 326 156 357
Decimal 214 110 239
Hex D6 6E EF

RGB Percentages of Color #d66eef

%38.01
%19.54
%42.45

CMYK Percentages of Color #d66eef

%10
%54
%0
%6

Triadic Colors of #d66eef

#d66eef #efd66e #6eefd6

Analogous Colors of #d66eef

#d66eef #ef6ec8 #966eef

Monochromatic Colors of #d66eef

#d66eef

Complementary Color

#d66eef #87ef6e

#d66eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66eef Color CSS Codes

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

#d66eef Text Font Color

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

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


#d66eef Background Color

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

This div background color is #d66eef


#d66eef Border Color

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

This div border color is #d66eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66eef


Comments

No comments written yet.

Please login to write comment.