Color Hex Logo

#e66eeb Color Hex

#E66EEB
(230,110,235)
0 Favorites   0 Comments

Color spaces of #e66eeb

RGB 230110235
HSL0.830.760.68
HSV298°53°92°
CMYK 0.020.530.00   0.08
XYZ53.204533.973082.3505
Yxy33.97300.31380.2004
Hunter Lab58.286460.9358-42.9680
CIE-Lab64.941163.1880-42.6674

#e66eeb color RGB value is (230,110,235).

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

The process color (four color CMYK) of #e66eeb color hex is 0.02, 0.53, 0.00, 0.08. Web safe color of #e66eeb is #ff66ff. Color #e66eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101110 11101011
Octal 346 156 353
Decimal 230 110 235
Hex E6 6E EB

RGB Percentages of Color #e66eeb

%40.00
%19.13
%40.87

CMYK Percentages of Color #e66eeb

%2
%53
%0
%8

Triadic Colors of #e66eeb

#e66eeb #ebe66e #6eebe6

Analogous Colors of #e66eeb

#e66eeb #eb6eb2 #a86eeb

Monochromatic Colors of #e66eeb

#e66eeb

Complementary Color

#e66eeb #73eb6e

#e66eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66eeb Color CSS Codes

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

#e66eeb Text Font Color

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

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


#e66eeb Background Color

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

This div background color is #e66eeb


#e66eeb Border Color

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

This div border color is #e66eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66eeb


Comments

No comments written yet.

Please login to write comment.