Color Hex Logo

#e54ceb Color Hex

#E54CEB
(229,76,235)
0 Favorites   0 Comments

Color spaces of #e54ceb

RGB 22976235
HSL0.830.800.61
HSV298°68°92°
CMYK 0.030.680.00   0.08
XYZ49.892927.825181.3384
Yxy27.82510.31370.1749
Hunter Lab52.749576.5219-54.4990
CIE-Lab59.730476.9148-50.9019

#e54ceb color RGB value is (229,76,235).

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

The process color (four color CMYK) of #e54ceb color hex is 0.03, 0.68, 0.00, 0.08. Web safe color of #e54ceb is #cc33ff. Color #e54ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001100 11101011
Octal 345 114 353
Decimal 229 76 235
Hex E5 4C EB

RGB Percentages of Color #e54ceb

%42.41
%14.07
%43.52

CMYK Percentages of Color #e54ceb

%3
%68
%0
%8

Triadic Colors of #e54ceb

#e54ceb #ebe54c #4cebe5

Analogous Colors of #e54ceb

#e54ceb #eb4ca2 #964ceb

Monochromatic Colors of #e54ceb

#e54ceb

Complementary Color

#e54ceb #52eb4c

#e54ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54ceb Color CSS Codes

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

#e54ceb Text Font Color

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

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


#e54ceb Background Color

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

This div background color is #e54ceb


#e54ceb Border Color

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

This div border color is #e54ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54ceb


Comments

No comments written yet.

Please login to write comment.