Color Hex Logo

#d66eeb Color Hex

#D66EEB
(214,110,235)
0 Favorites   0 Comments

Color spaces of #d66eeb

RGB 214110235
HSL0.810.760.68
HSV290°53°92°
CMYK 0.090.530.00   0.08
XYZ48.302931.446282.1211
Yxy31.44620.29840.1943
Hunter Lab56.076955.6197-47.5726
CIE-Lab62.882558.9972-46.0474

#d66eeb color RGB value is (214,110,235).

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

The process color (four color CMYK) of #d66eeb color hex is 0.09, 0.53, 0.00, 0.08. Web safe color of #d66eeb is #cc66ff. Color #d66eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101110 11101011
Octal 326 156 353
Decimal 214 110 235
Hex D6 6E EB

RGB Percentages of Color #d66eeb

%38.28
%19.68
%42.04

CMYK Percentages of Color #d66eeb

%9
%53
%0
%8

Triadic Colors of #d66eeb

#d66eeb #ebd66e #6eebd6

Analogous Colors of #d66eeb

#d66eeb #eb6ec2 #986eeb

Monochromatic Colors of #d66eeb

#d66eeb

Complementary Color

#d66eeb #83eb6e

#d66eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66eeb Color CSS Codes

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

#d66eeb Text Font Color

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

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


#d66eeb Background Color

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

This div background color is #d66eeb


#d66eeb Border Color

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

This div border color is #d66eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66eeb


Comments

No comments written yet.

Please login to write comment.