Color Hex Logo

#e955ce Color Hex

#E955CE
(233,85,206)
0 Favorites   0 Comments

Color spaces of #e955ce

RGB 23385206
HSL0.860.770.62
HSV311°64°91°
CMYK 0.000.640.12   0.09
XYZ47.993428.276961.3210
Yxy28.27690.34880.2055
Hunter Lab53.176068.0450-31.1482
CIE-Lab60.138169.9726-33.8906

#e955ce color RGB value is (233,85,206).

#e955ce hex color red value is 233, green value is 85 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e955ce hue: 0.86 , saturation: 0.77 and the lightness value of e955ce is 0.62.

The process color (four color CMYK) of #e955ce color hex is 0.00, 0.64, 0.12, 0.09. Web safe color of #e955ce is #ff66cc. Color #e955ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010101 11001110
Octal 351 125 316
Decimal 233 85 206
Hex E9 55 CE

RGB Percentages of Color #e955ce

%44.47
%16.22
%39.31

CMYK Percentages of Color #e955ce

%0
%64
%12
%9

Triadic Colors of #e955ce

#e955ce #cee955 #55cee9

Analogous Colors of #e955ce

#e955ce #e95584 #ba55e9

Monochromatic Colors of #e955ce

#e955ce

Complementary Color

#e955ce #55e970

#e955ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e955ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e955ce Color CSS Codes

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

#e955ce Text Font Color

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

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


#e955ce Background Color

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

This div background color is #e955ce


#e955ce Border Color

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

This div border color is #e955ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e955ce


Comments

No comments written yet.

Please login to write comment.