Color Hex Logo

#e97caf Color Hex

#E97CAF
(233,124,175)
0 Favorites   0 Comments

Color spaces of #e97caf

RGB 233124175
HSL0.920.710.70
HSV332°47°91°
CMYK 0.000.470.25   0.09
XYZ48.549834.834144.7222
Yxy34.83410.37900.2719
Hunter Lab59.020443.5472-3.6122
CIE-Lab65.619347.8794-7.9451

#e97caf color RGB value is (233,124,175).

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

The process color (four color CMYK) of #e97caf color hex is 0.00, 0.47, 0.25, 0.09. Web safe color of #e97caf is #ff6699. Color #e97caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111100 10101111
Octal 351 174 257
Decimal 233 124 175
Hex E9 7C AF

RGB Percentages of Color #e97caf

%43.80
%23.31
%32.89

CMYK Percentages of Color #e97caf

%0
%47
%25
%9

Triadic Colors of #e97caf

#e97caf #afe97c #7cafe9

Analogous Colors of #e97caf

#e97caf #e9807c #e97ce6

Monochromatic Colors of #e97caf

#e97caf

Complementary Color

#e97caf #7ce9b6

#e97caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97caf Color CSS Codes

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

#e97caf Text Font Color

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

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


#e97caf Background Color

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

This div background color is #e97caf


#e97caf Border Color

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

This div border color is #e97caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97caf


Comments

No comments written yet.

Please login to write comment.