Color Hex Logo

#e97cea Color Hex

#E97CEA
(233,124,234)
0 Favorites   0 Comments

Color spaces of #e97cea

RGB 233124234
HSL0.830.720.70
HSV299°47°92°
CMYK 0.000.470.00   0.08
XYZ55.663237.679582.1810
Yxy37.67950.31710.2147
Hunter Lab61.383654.4440-36.4095
CIE-Lab67.783757.1877-37.6413

#e97cea color RGB value is (233,124,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111100 11101010
Octal 351 174 352
Decimal 233 124 234
Hex E9 7C EA

RGB Percentages of Color #e97cea

%39.42
%20.98
%39.59

CMYK Percentages of Color #e97cea

%0
%47
%0
%8

Triadic Colors of #e97cea

#e97cea #eae97c #7ceae9

Analogous Colors of #e97cea

#e97cea #ea7cb4 #b27cea

Monochromatic Colors of #e97cea

#e97cea

Complementary Color

#e97cea #7dea7c

#e97cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97cea Color CSS Codes

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

#e97cea Text Font Color

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

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


#e97cea Background Color

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

This div background color is #e97cea


#e97cea Border Color

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

This div border color is #e97cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97cea


Comments

No comments written yet.

Please login to write comment.