Color Hex Logo

#e54ce6 Color Hex

#E54CE6
(229,76,230)
0 Favorites   0 Comments

Color spaces of #e54ce6

RGB 22976230
HSL0.830.750.60
HSV300°67°90°
CMYK 0.000.670.00   0.10
XYZ49.180527.540177.5866
Yxy27.54010.31870.1785
Hunter Lab52.478775.4440-50.9217
CIE-Lab59.471076.1042-48.5150

#e54ce6 color RGB value is (229,76,230).

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

The process color (four color CMYK) of #e54ce6 color hex is 0.00, 0.67, 0.00, 0.10. Web safe color of #e54ce6 is #cc33ff. Color #e54ce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001100 11100110
Octal 345 114 346
Decimal 229 76 230
Hex E5 4C E6

RGB Percentages of Color #e54ce6

%42.80
%14.21
%42.99

CMYK Percentages of Color #e54ce6

%0
%67
%0
%10

Triadic Colors of #e54ce6

#e54ce6 #e6e54c #4ce6e5

Analogous Colors of #e54ce6

#e54ce6 #e64c9a #984ce6

Monochromatic Colors of #e54ce6

#e54ce6

Complementary Color

#e54ce6 #4de64c

#e54ce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54ce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54ce6 Color CSS Codes

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

#e54ce6 Text Font Color

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

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


#e54ce6 Background Color

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

This div background color is #e54ce6


#e54ce6 Border Color

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

This div border color is #e54ce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54ce6


Comments

No comments written yet.

Please login to write comment.