Color Hex Logo

#e54bdc Color Hex

#E54BDC
(229,75,220)
0 Favorites   0 Comments

Color spaces of #e54bdc

RGB 22975220
HSL0.840.750.60
HSV304°67°90°
CMYK 0.000.670.04   0.10
XYZ47.747426.857570.3776
Yxy26.85750.32930.1852
Hunter Lab51.824273.7657-44.2392
CIE-Lab58.842274.8769-43.8855

#e54bdc color RGB value is (229,75,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001011 11011100
Octal 345 113 334
Decimal 229 75 220
Hex E5 4B DC

RGB Percentages of Color #e54bdc

%43.70
%14.31
%41.98

CMYK Percentages of Color #e54bdc

%0
%67
%4
%10

Triadic Colors of #e54bdc

#e54bdc #dce54b #4bdce5

Analogous Colors of #e54bdc

#e54bdc #e54b8f #a14be5

Monochromatic Colors of #e54bdc

#e54bdc

Complementary Color

#e54bdc #4be554

#e54bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54bdc Color CSS Codes

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

#e54bdc Text Font Color

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

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


#e54bdc Background Color

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

This div background color is #e54bdc


#e54bdc Border Color

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

This div border color is #e54bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54bdc


Comments

No comments written yet.

Please login to write comment.