Color Hex Logo

#e54cd2 Color Hex

#E54CD2
(229,76,210)
0 Favorites   0 Comments

Color spaces of #e54cd2

RGB 22976210
HSL0.850.750.60
HSV307°67°90°
CMYK 0.000.670.08   0.10
XYZ46.530426.480063.6315
Yxy26.48000.34050.1938
Hunter Lab51.458771.3519-37.2942
CIE-Lab58.489972.9894-38.7811

#e54cd2 color RGB value is (229,76,210).

#e54cd2 hex color red value is 229, green value is 76 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #e54cd2 hue: 0.85 , saturation: 0.75 and the lightness value of e54cd2 is 0.60.

The process color (four color CMYK) of #e54cd2 color hex is 0.00, 0.67, 0.08, 0.10. Web safe color of #e54cd2 is #cc33cc. Color #e54cd2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001100 11010010
Octal 345 114 322
Decimal 229 76 210
Hex E5 4C D2

RGB Percentages of Color #e54cd2

%44.47
%14.76
%40.78

CMYK Percentages of Color #e54cd2

%0
%67
%8
%10

Triadic Colors of #e54cd2

#e54cd2 #d2e54c #4cd2e5

Analogous Colors of #e54cd2

#e54cd2 #e54c86 #ac4ce5

Monochromatic Colors of #e54cd2

#e54cd2

Complementary Color

#e54cd2 #4ce55f

#e54cd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54cd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54cd2 Color CSS Codes

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

#e54cd2 Text Font Color

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

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


#e54cd2 Background Color

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

This div background color is #e54cd2


#e54cd2 Border Color

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

This div border color is #e54cd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54cd2


Comments

No comments written yet.

Please login to write comment.