Color Hex Logo

#e54beb Color Hex

#E54BEB
(229,75,235)
0 Favorites   0 Comments

Color spaces of #e54beb

RGB 22975235
HSL0.830.800.61
HSV298°68°92°
CMYK 0.030.680.00   0.08
XYZ49.824627.688381.3156
Yxy27.68830.31370.1743
Hunter Lab52.619776.9339-54.7898
CIE-Lab59.606177.2665-51.0993

#e54beb color RGB value is (229,75,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001011 11101011
Octal 345 113 353
Decimal 229 75 235
Hex E5 4B EB

RGB Percentages of Color #e54beb

%42.49
%13.91
%43.60

CMYK Percentages of Color #e54beb

%3
%68
%0
%8

Triadic Colors of #e54beb

#e54beb #ebe54b #4bebe5

Analogous Colors of #e54beb

#e54beb #eb4ba1 #954beb

Monochromatic Colors of #e54beb

#e54beb

Complementary Color

#e54beb #51eb4b

#e54beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54beb Color CSS Codes

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

#e54beb Text Font Color

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

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


#e54beb Background Color

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

This div background color is #e54beb


#e54beb Border Color

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

This div border color is #e54beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,75,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 #e54beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54beb


Comments

No comments written yet.

Please login to write comment.