Color Hex Logo

#e536c2 Color Hex

#E536C2
(229,54,194)
0 Favorites   0 Comments

Color spaces of #e536c2

RGB 22954194
HSL0.870.770.55
HSV312°76°90°
CMYK 0.000.760.15   0.10
XYZ43.369923.191453.2295
Yxy23.19140.36200.1936
Hunter Lab48.157576.4790-31.8243
CIE-Lab55.268977.7406-34.6758

#e536c2 color RGB value is (229,54,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110110 11000010
Octal 345 66 302
Decimal 229 54 194
Hex E5 36 C2

RGB Percentages of Color #e536c2

%48.01
%11.32
%40.67

CMYK Percentages of Color #e536c2

%0
%76
%15
%10

Triadic Colors of #e536c2

#e536c2 #c2e536 #36c2e5

Analogous Colors of #e536c2

#e536c2 #e5366b #b136e5

Monochromatic Colors of #e536c2

#e536c2

Complementary Color

#e536c2 #36e559

#e536c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e536c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e536c2 Color CSS Codes

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

#e536c2 Text Font Color

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

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


#e536c2 Background Color

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

This div background color is #e536c2


#e536c2 Border Color

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

This div border color is #e536c2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,54,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e536c2


Comments

No comments written yet.

Please login to write comment.