Color Hex Logo

#e68eee Color Hex

#E68EEE
(230,142,238)
0 Favorites   0 Comments

Color spaces of #e68eee

RGB 230142238
HSL0.820.740.75
HSV295°40°93°
CMYK 0.030.400.00   0.07
XYZ57.738742.342086.0186
Yxy42.34200.31030.2275
Hunter Lab65.070744.5132-32.8274
CIE-Lab71.106148.0032-34.7046

#e68eee color RGB value is (230,142,238).

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

The process color (four color CMYK) of #e68eee color hex is 0.03, 0.40, 0.00, 0.07. Web safe color of #e68eee is #ff99ff. Color #e68eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001110 11101110
Octal 346 216 356
Decimal 230 142 238
Hex E6 8E EE

RGB Percentages of Color #e68eee

%37.70
%23.28
%39.02

CMYK Percentages of Color #e68eee

%3
%40
%0
%7

Triadic Colors of #e68eee

#e68eee #eee68e #8eeee6

Analogous Colors of #e68eee

#e68eee #ee8ec6 #b68eee

Monochromatic Colors of #e68eee

#e68eee

Complementary Color

#e68eee #96ee8e

#e68eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68eee Color CSS Codes

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

#e68eee Text Font Color

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

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


#e68eee Background Color

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

This div background color is #e68eee


#e68eee Border Color

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

This div border color is #e68eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68eee


Comments

No comments written yet.

Please login to write comment.