Color Hex Logo

#e97fed Color Hex

#E97FED
(233,127,237)
0 Favorites   0 Comments

Color spaces of #e97fed

RGB 233127237
HSL0.830.750.71
HSV298°46°93°
CMYK 0.020.460.00   0.07
XYZ56.479738.616884.5977
Yxy38.61680.31430.2149
Hunter Lab62.142453.4850-37.2149
CIE-Lab68.472856.2532-38.2211

#e97fed color RGB value is (233,127,237).

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

The process color (four color CMYK) of #e97fed color hex is 0.02, 0.46, 0.00, 0.07. Web safe color of #e97fed is #ff66ff. Color #e97fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111111 11101101
Octal 351 177 355
Decimal 233 127 237
Hex E9 7F ED

RGB Percentages of Color #e97fed

%39.03
%21.27
%39.70

CMYK Percentages of Color #e97fed

%2
%46
%0
%7

Triadic Colors of #e97fed

#e97fed #ede97f #7fede9

Analogous Colors of #e97fed

#e97fed #ed7fba #b27fed

Monochromatic Colors of #e97fed

#e97fed

Complementary Color

#e97fed #83ed7f

#e97fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97fed Color CSS Codes

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

#e97fed Text Font Color

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

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


#e97fed Background Color

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

This div background color is #e97fed


#e97fed Border Color

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

This div border color is #e97fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97fed


Comments

No comments written yet.

Please login to write comment.