Color Hex Logo

#e536cc Color Hex

#E536CC
(229,54,204)
0 Favorites   0 Comments

Color spaces of #e536cc

RGB 22954204
HSL0.860.770.55
HSV309°76°90°
CMYK 0.000.760.11   0.10
XYZ44.531323.656059.3457
Yxy23.65600.34920.1855
Hunter Lab48.637478.3149-38.2974
CIE-Lab55.741779.1086-39.6777

#e536cc color RGB value is (229,54,204).

#e536cc hex color red value is 229, green value is 54 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e536cc hue: 0.86 , saturation: 0.77 and the lightness value of e536cc is 0.55.

The process color (four color CMYK) of #e536cc color hex is 0.00, 0.76, 0.11, 0.10. Web safe color of #e536cc is #cc33cc. Color #e536cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110110 11001100
Octal 345 66 314
Decimal 229 54 204
Hex E5 36 CC

RGB Percentages of Color #e536cc

%47.02
%11.09
%41.89

CMYK Percentages of Color #e536cc

%0
%76
%11
%10

Triadic Colors of #e536cc

#e536cc #cce536 #36cce5

Analogous Colors of #e536cc

#e536cc #e53675 #a736e5

Monochromatic Colors of #e536cc

#e536cc

Complementary Color

#e536cc #36e54f

#e536cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e536cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e536cc Color CSS Codes

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

#e536cc Text Font Color

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

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


#e536cc Background Color

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

This div background color is #e536cc


#e536cc Border Color

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

This div border color is #e536cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e536cc


Comments

No comments written yet.

Please login to write comment.