Color Hex Logo

#e688ea Color Hex

#E688EA
(230,136,234)
0 Favorites   0 Comments

Color spaces of #e688ea

RGB 230136234
HSL0.830.700.73
HSV298°42°92°
CMYK 0.020.420.00   0.08
XYZ56.288640.371882.6677
Yxy40.37180.31390.2251
Hunter Lab63.538846.9390-32.6626
CIE-Lab69.733550.3442-34.6384

#e688ea color RGB value is (230,136,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001000 11101010
Octal 346 210 352
Decimal 230 136 234
Hex E6 88 EA

RGB Percentages of Color #e688ea

%38.33
%22.67
%39.00

CMYK Percentages of Color #e688ea

%2
%42
%0
%8

Triadic Colors of #e688ea

#e688ea #eae688 #88eae6

Analogous Colors of #e688ea

#e688ea #ea88bd #b588ea

Monochromatic Colors of #e688ea

#e688ea

Complementary Color

#e688ea #8cea88

#e688ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e688ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e688ea Color CSS Codes

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

#e688ea Text Font Color

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

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


#e688ea Background Color

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

This div background color is #e688ea


#e688ea Border Color

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

This div border color is #e688ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e688ea


Comments

No comments written yet.

Please login to write comment.