Color Hex Logo

#e97adf Color Hex

#E97ADF
(233,122,223)
0 Favorites   0 Comments

Color spaces of #e97adf

RGB 233122223
HSL0.850.720.70
HSV305°48°91°
CMYK 0.000.480.04   0.09
XYZ53.883136.570474.0309
Yxy36.57040.32760.2223
Hunter Lab60.473553.2186-30.2507
CIE-Lab66.953556.2587-32.8424

#e97adf color RGB value is (233,122,223).

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

The process color (four color CMYK) of #e97adf color hex is 0.00, 0.48, 0.04, 0.09. Web safe color of #e97adf is #ff66cc. Color #e97adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111010 11011111
Octal 351 172 337
Decimal 233 122 223
Hex E9 7A DF

RGB Percentages of Color #e97adf

%40.31
%21.11
%38.58

CMYK Percentages of Color #e97adf

%0
%48
%4
%9

Triadic Colors of #e97adf

#e97adf #dfe97a #7adfe9

Analogous Colors of #e97adf

#e97adf #e97aa8 #bc7ae9

Monochromatic Colors of #e97adf

#e97adf

Complementary Color

#e97adf #7ae984

#e97adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97adf Color CSS Codes

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

#e97adf Text Font Color

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

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


#e97adf Background Color

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

This div background color is #e97adf


#e97adf Border Color

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

This div border color is #e97adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97adf


Comments

No comments written yet.

Please login to write comment.