Color Hex Logo

#e953cc Color Hex

#E953CC
(233,83,204)
0 Favorites   0 Comments

Color spaces of #e953cc

RGB 23383204
HSL0.870.770.62
HSV312°64°91°
CMYK 0.000.640.12   0.09
XYZ47.596627.869859.9975
Yxy27.86980.35140.2057
Hunter Lab52.791968.5480-30.4283
CIE-Lab59.770970.4548-33.3267

#e953cc color RGB value is (233,83,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010011 11001100
Octal 351 123 314
Decimal 233 83 204
Hex E9 53 CC

RGB Percentages of Color #e953cc

%44.81
%15.96
%39.23

CMYK Percentages of Color #e953cc

%0
%64
%12
%9

Triadic Colors of #e953cc

#e953cc #cce953 #53cce9

Analogous Colors of #e953cc

#e953cc #e95381 #bb53e9

Monochromatic Colors of #e953cc

#e953cc

Complementary Color

#e953cc #53e970

#e953cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e953cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e953cc Color CSS Codes

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

#e953cc Text Font Color

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

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


#e953cc Background Color

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

This div background color is #e953cc


#e953cc Border Color

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

This div border color is #e953cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e953cc


Comments

No comments written yet.

Please login to write comment.