Color Hex Logo

#e697ea Color Hex

#E697EA
(230,151,234)
0 Favorites   0 Comments

Color spaces of #e697ea

RGB 230151234
HSL0.830.660.75
HSV297°35°92°
CMYK 0.020.350.00   0.08
XYZ58.551044.896783.4219
Yxy44.89670.31330.2403
Hunter Lab67.005038.7200-26.9131
CIE-Lab72.823842.5757-29.8634

#e697ea color RGB value is (230,151,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010111 11101010
Octal 346 227 352
Decimal 230 151 234
Hex E6 97 EA

RGB Percentages of Color #e697ea

%37.40
%24.55
%38.05

CMYK Percentages of Color #e697ea

%2
%35
%0
%8

Triadic Colors of #e697ea

#e697ea #eae697 #97eae6

Analogous Colors of #e697ea

#e697ea #ea97c5 #bd97ea

Monochromatic Colors of #e697ea

#e697ea

Complementary Color

#e697ea #9bea97

#e697ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e697ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e697ea Color CSS Codes

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

#e697ea Text Font Color

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

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


#e697ea Background Color

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

This div background color is #e697ea


#e697ea Border Color

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

This div border color is #e697ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e697ea


Comments

No comments written yet.

Please login to write comment.