Color Hex Logo

#e97efc Color Hex

#E97EFC
(233,126,252)
0 Favorites   0 Comments

Color spaces of #e97efc

RGB 233126252
HSL0.810.950.74
HSV291°50°99°
CMYK 0.080.500.00   0.01
XYZ58.635839.273696.5856
Yxy39.27360.30150.2019
Hunter Lab62.668757.3430-47.5103
CIE-Lab68.949059.4829-45.7041

#e97efc color RGB value is (233,126,252).

#e97efc hex color red value is 233, green value is 126 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e97efc hue: 0.81 , saturation: 0.95 and the lightness value of e97efc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111110 11111100
Octal 351 176 374
Decimal 233 126 252
Hex E9 7E FC

RGB Percentages of Color #e97efc

%38.13
%20.62
%41.24

CMYK Percentages of Color #e97efc

%8
%50
%0
%1

Triadic Colors of #e97efc

#e97efc #fce97e #7efce9

Analogous Colors of #e97efc

#e97efc #fc7ed0 #aa7efc

Monochromatic Colors of #e97efc

#e97efc

Complementary Color

#e97efc #91fc7e

#e97efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97efc Color CSS Codes

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

#e97efc Text Font Color

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

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


#e97efc Background Color

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

This div background color is #e97efc


#e97efc Border Color

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

This div border color is #e97efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97efc


Comments

No comments written yet.

Please login to write comment.