Color Hex Logo

#e97ebe Color Hex

#E97EBE
(233,126,190)
0 Favorites   0 Comments

Color spaces of #e97ebe

RGB 233126190
HSL0.900.710.70
HSV324°46°91°
CMYK 0.000.460.18   0.09
XYZ50.359435.963153.0025
Yxy35.96310.36150.2581
Hunter Lab59.969244.9499-10.4237
CIE-Lab66.491749.0243-15.1019

#e97ebe color RGB value is (233,126,190).

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

The process color (four color CMYK) of #e97ebe color hex is 0.00, 0.46, 0.18, 0.09. Web safe color of #e97ebe is #ff66cc. Color #e97ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111110 10111110
Octal 351 176 276
Decimal 233 126 190
Hex E9 7E BE

RGB Percentages of Color #e97ebe

%42.44
%22.95
%34.61

CMYK Percentages of Color #e97ebe

%0
%46
%18
%9

Triadic Colors of #e97ebe

#e97ebe #bee97e #7ebee9

Analogous Colors of #e97ebe

#e97ebe #e97e89 #df7ee9

Monochromatic Colors of #e97ebe

#e97ebe

Complementary Color

#e97ebe #7ee9a9

#e97ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97ebe Color CSS Codes

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

#e97ebe Text Font Color

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

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


#e97ebe Background Color

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

This div background color is #e97ebe


#e97ebe Border Color

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

This div border color is #e97ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,126,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97ebe


Comments

No comments written yet.

Please login to write comment.