Color Hex Logo

#e955fd Color Hex

#E955FD
(233,85,253)
0 Favorites   0 Comments

Color spaces of #e955fd

RGB 23385253
HSL0.810.980.66
HSV293°66°99°
CMYK 0.080.660.00   0.01
XYZ54.582430.912596.0184
Yxy30.91250.30070.1703
Hunter Lab55.599077.9379-63.4734
CIE-Lab62.433777.5229-56.5604

#e955fd color RGB value is (233,85,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010101 11111101
Octal 351 125 375
Decimal 233 85 253
Hex E9 55 FD

RGB Percentages of Color #e955fd

%40.81
%14.89
%44.31

CMYK Percentages of Color #e955fd

%8
%66
%0
%1

Triadic Colors of #e955fd

#e955fd #fde955 #55fde9

Analogous Colors of #e955fd

#e955fd #fd55bd #9555fd

Monochromatic Colors of #e955fd

#e955fd

Complementary Color

#e955fd #69fd55

#e955fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e955fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e955fd Color CSS Codes

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

#e955fd Text Font Color

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

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


#e955fd Background Color

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

This div background color is #e955fd


#e955fd Border Color

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

This div border color is #e955fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e955fd


Comments

No comments written yet.

Please login to write comment.