Color Hex Logo

#e66eef Color Hex

#E66EEF
(230,110,239)
0 Favorites   0 Comments

Color spaces of #e66eef

RGB 230110239
HSL0.820.800.68
HSV296°54°94°
CMYK 0.040.540.00   0.06
XYZ53.789034.206885.4289
Yxy34.20680.31020.1972
Hunter Lab58.486661.8116-45.6618
CIE-Lab65.126463.8930-44.5909

#e66eef color RGB value is (230,110,239).

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

The process color (four color CMYK) of #e66eef color hex is 0.04, 0.54, 0.00, 0.06. Web safe color of #e66eef is #ff66ff. Color #e66eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101110 11101111
Octal 346 156 357
Decimal 230 110 239
Hex E6 6E EF

RGB Percentages of Color #e66eef

%39.72
%19.00
%41.28

CMYK Percentages of Color #e66eef

%4
%54
%0
%6

Triadic Colors of #e66eef

#e66eef #efe66e #6eefe6

Analogous Colors of #e66eef

#e66eef #ef6eb8 #a66eef

Monochromatic Colors of #e66eef

#e66eef

Complementary Color

#e66eef #77ef6e

#e66eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66eef Color CSS Codes

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

#e66eef Text Font Color

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

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


#e66eef Background Color

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

This div background color is #e66eef


#e66eef Border Color

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

This div border color is #e66eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66eef


Comments

No comments written yet.

Please login to write comment.