Color Hex Logo

#e97eee Color Hex

#E97EEE
(233,126,238)
0 Favorites   0 Comments

Color spaces of #e97eee

RGB 233126238
HSL0.830.770.71
HSV297°47°93°
CMYK 0.020.470.00   0.07
XYZ56.497738.418485.3267
Yxy38.41840.31350.2131
Hunter Lab61.982654.2349-38.2322
CIE-Lab68.327956.9224-38.9975

#e97eee color RGB value is (233,126,238).

#e97eee hex color red value is 233, green value is 126 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e97eee hue: 0.83 , saturation: 0.77 and the lightness value of e97eee is 0.71.

The process color (four color CMYK) of #e97eee color hex is 0.02, 0.47, 0.00, 0.07. Web safe color of #e97eee is #ff66ff. Color #e97eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111110 11101110
Octal 351 176 356
Decimal 233 126 238
Hex E9 7E EE

RGB Percentages of Color #e97eee

%39.03
%21.11
%39.87

CMYK Percentages of Color #e97eee

%2
%47
%0
%7

Triadic Colors of #e97eee

#e97eee #eee97e #7eeee9

Analogous Colors of #e97eee

#e97eee #ee7ebb #b17eee

Monochromatic Colors of #e97eee

#e97eee

Complementary Color

#e97eee #83ee7e

#e97eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97eee Color CSS Codes

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

#e97eee Text Font Color

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

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


#e97eee Background Color

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

This div background color is #e97eee


#e97eee Border Color

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

This div border color is #e97eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97eee


Comments

No comments written yet.

Please login to write comment.