Color Hex Logo

#e68efe Color Hex

#E68EFE
(230,142,254)
0 Favorites   0 Comments

Color spaces of #e68efe

RGB 230142254
HSL0.800.980.78
HSV287°44°100°
CMYK 0.090.440.00   0.00
XYZ60.195543.324898.9558
Yxy43.32480.29730.2140
Hunter Lab65.821648.0550-43.0612
CIE-Lab71.774951.0434-42.3911

#e68efe color RGB value is (230,142,254).

#e68efe hex color red value is 230, green value is 142 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e68efe hue: 0.80 , saturation: 0.98 and the lightness value of e68efe is 0.78.

The process color (four color CMYK) of #e68efe color hex is 0.09, 0.44, 0.00, 0.00. Web safe color of #e68efe is #ff99ff. Color #e68efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001110 11111110
Octal 346 216 376
Decimal 230 142 254
Hex E6 8E FE

RGB Percentages of Color #e68efe

%36.74
%22.68
%40.58

CMYK Percentages of Color #e68efe

%9
%44
%0
%0

Triadic Colors of #e68efe

#e68efe #fee68e #8efee6

Analogous Colors of #e68efe

#e68efe #fe8ede #ae8efe

Monochromatic Colors of #e68efe

#e68efe

Complementary Color

#e68efe #a6fe8e

#e68efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68efe Color CSS Codes

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

#e68efe Text Font Color

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

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


#e68efe Background Color

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

This div background color is #e68efe


#e68efe Border Color

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

This div border color is #e68efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68efe

Related Colors


Comments

No comments written yet.

Please login to write comment.