Color Hex Logo

#e97cec Color Hex

#E97CEC
(233,124,236)
0 Favorites   0 Comments

Color spaces of #e97cec

RGB 233124236
HSL0.830.750.71
HSV298°47°93°
CMYK 0.010.470.00   0.07
XYZ55.952237.795183.7031
Yxy37.79510.31530.2130
Hunter Lab61.477754.8707-37.6901
CIE-Lab67.869357.5415-38.6111

#e97cec color RGB value is (233,124,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111100 11101100
Octal 351 174 354
Decimal 233 124 236
Hex E9 7C EC

RGB Percentages of Color #e97cec

%39.29
%20.91
%39.80

CMYK Percentages of Color #e97cec

%1
%47
%0
%7

Triadic Colors of #e97cec

#e97cec #ece97c #7cece9

Analogous Colors of #e97cec

#e97cec #ec7cb7 #b17cec

Monochromatic Colors of #e97cec

#e97cec

Complementary Color

#e97cec #7fec7c

#e97cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97cec Color CSS Codes

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

#e97cec Text Font Color

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

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


#e97cec Background Color

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

This div background color is #e97cec


#e97cec Border Color

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

This div border color is #e97cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97cec


Comments

No comments written yet.

Please login to write comment.