Color Hex Logo

#e957fc Color Hex

#E957FC
(233,87,252)
0 Favorites   0 Comments

Color spaces of #e957fc

RGB 23387252
HSL0.810.960.66
HSV293°65°99°
CMYK 0.080.650.00   0.01
XYZ54.583231.168395.2347
Yxy31.16830.30160.1722
Hunter Lab55.828676.8182-62.0593
CIE-Lab62.649576.5950-55.6652

#e957fc color RGB value is (233,87,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010111 11111100
Octal 351 127 374
Decimal 233 87 252
Hex E9 57 FC

RGB Percentages of Color #e957fc

%40.73
%15.21
%44.06

CMYK Percentages of Color #e957fc

%8
%65
%0
%1

Triadic Colors of #e957fc

#e957fc #fce957 #57fce9

Analogous Colors of #e957fc

#e957fc #fc57bd #9757fc

Monochromatic Colors of #e957fc

#e957fc

Complementary Color

#e957fc #6afc57

#e957fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e957fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e957fc Color CSS Codes

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

#e957fc Text Font Color

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

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


#e957fc Background Color

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

This div background color is #e957fc


#e957fc Border Color

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

This div border color is #e957fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,87,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 #e957fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e957fc

Related Colors


Comments

No comments written yet.

Please login to write comment.