Color Hex Logo

#e53bcb Color Hex

#E53BCB
(229,59,203)
0 Favorites   0 Comments

Color spaces of #e53bcb

RGB 22959203
HSL0.860.770.56
HSV309°74°90°
CMYK 0.000.740.11   0.10
XYZ44.656624.097758.7976
Yxy24.09770.35010.1889
Hunter Lab49.089476.4749-36.6529
CIE-Lab56.185577.5598-38.4081

#e53bcb color RGB value is (229,59,203).

#e53bcb hex color red value is 229, green value is 59 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e53bcb hue: 0.86 , saturation: 0.77 and the lightness value of e53bcb is 0.56.

The process color (four color CMYK) of #e53bcb color hex is 0.00, 0.74, 0.11, 0.10. Web safe color of #e53bcb is #cc33cc. Color #e53bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111011 11001011
Octal 345 73 313
Decimal 229 59 203
Hex E5 3B CB

RGB Percentages of Color #e53bcb

%46.64
%12.02
%41.34

CMYK Percentages of Color #e53bcb

%0
%74
%11
%10

Triadic Colors of #e53bcb

#e53bcb #cbe53b #3bcbe5

Analogous Colors of #e53bcb

#e53bcb #e53b76 #aa3be5

Monochromatic Colors of #e53bcb

#e53bcb

Complementary Color

#e53bcb #3be555

#e53bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53bcb Color CSS Codes

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

#e53bcb Text Font Color

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

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


#e53bcb Background Color

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

This div background color is #e53bcb


#e53bcb Border Color

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

This div border color is #e53bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53bcb


Comments

No comments written yet.

Please login to write comment.