Color Hex Logo

#e68eea Color Hex

#E68EEA
(230,142,234)
0 Favorites   0 Comments

Color spaces of #e68eea

RGB 230142234
HSL0.830.690.74
HSV297°39°92°
CMYK 0.020.390.00   0.08
XYZ57.157442.109582.9573
Yxy42.10950.31370.2311
Hunter Lab64.891843.6639-30.3717
CIE-Lab70.946347.2658-32.7601

#e68eea color RGB value is (230,142,234).

#e68eea hex color red value is 230, green value is 142 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e68eea hue: 0.83 , saturation: 0.69 and the lightness value of e68eea is 0.74.

The process color (four color CMYK) of #e68eea color hex is 0.02, 0.39, 0.00, 0.08. Web safe color of #e68eea is #ff99ff. Color #e68eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001110 11101010
Octal 346 216 352
Decimal 230 142 234
Hex E6 8E EA

RGB Percentages of Color #e68eea

%37.95
%23.43
%38.61

CMYK Percentages of Color #e68eea

%2
%39
%0
%8

Triadic Colors of #e68eea

#e68eea #eae68e #8eeae6

Analogous Colors of #e68eea

#e68eea #ea8ec0 #b88eea

Monochromatic Colors of #e68eea

#e68eea

Complementary Color

#e68eea #92ea8e

#e68eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68eea Color CSS Codes

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

#e68eea Text Font Color

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

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


#e68eea Background Color

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

This div background color is #e68eea


#e68eea Border Color

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

This div border color is #e68eea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,142,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68eea


Comments

No comments written yet.

Please login to write comment.