Color Hex Logo

#e955fc Color Hex

#E955FC
(233,85,252)
0 Favorites   0 Comments

Color spaces of #e955fc

RGB 23385252
HSL0.810.970.66
HSV293°66°99°
CMYK 0.080.660.00   0.01
XYZ54.423530.848995.1815
Yxy30.84890.30160.1710
Hunter Lab55.541877.7079-62.7255
CIE-Lab62.379977.3513-56.0944

#e955fc color RGB value is (233,85,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010101 11111100
Octal 351 125 374
Decimal 233 85 252
Hex E9 55 FC

RGB Percentages of Color #e955fc

%40.88
%14.91
%44.21

CMYK Percentages of Color #e955fc

%8
%66
%0
%1

Triadic Colors of #e955fc

#e955fc #fce955 #55fce9

Analogous Colors of #e955fc

#e955fc #fc55bc #9655fc

Monochromatic Colors of #e955fc

#e955fc

Complementary Color

#e955fc #68fc55

#e955fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e955fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e955fc Color CSS Codes

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

#e955fc Text Font Color

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

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


#e955fc Background Color

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

This div background color is #e955fc


#e955fc Border Color

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

This div border color is #e955fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e955fc

Related Colors


Comments

No comments written yet.

Please login to write comment.