Color Hex Logo

#e53ceb Color Hex

#E53CEB
(229,60,235)
0 Favorites   0 Comments

Color spaces of #e53ceb

RGB 22960235
HSL0.830.810.58
HSV298°74°92°
CMYK 0.030.740.00   0.08
XYZ48.924425.887981.0155
Yxy25.88790.31400.1661
Hunter Lab50.880282.5985-58.7902
CIE-Lab57.930582.0461-53.7647

#e53ceb color RGB value is (229,60,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111100 11101011
Octal 345 74 353
Decimal 229 60 235
Hex E5 3C EB

RGB Percentages of Color #e53ceb

%43.70
%11.45
%44.85

CMYK Percentages of Color #e53ceb

%3
%74
%0
%8

Triadic Colors of #e53ceb

#e53ceb #ebe53c #3cebe5

Analogous Colors of #e53ceb

#e53ceb #eb3c9a #8e3ceb

Monochromatic Colors of #e53ceb

#e53ceb

Complementary Color

#e53ceb #42eb3c

#e53ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53ceb Color CSS Codes

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

#e53ceb Text Font Color

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

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


#e53ceb Background Color

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

This div background color is #e53ceb


#e53ceb Border Color

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

This div border color is #e53ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53ceb


Comments

No comments written yet.

Please login to write comment.