Color Hex Logo

#e553ba Color Hex

#E553BA
(229,83,186)
0 Favorites   0 Comments

Color spaces of #e553ba

RGB 22983186
HSL0.880.740.61
HSV318°64°90°
CMYK 0.000.640.19   0.10
XYZ44.269326.389749.2148
Yxy26.38970.36930.2201
Hunter Lab51.370963.9248-20.8419
CIE-Lab58.405166.8654-25.2036

#e553ba color RGB value is (229,83,186).

#e553ba hex color red value is 229, green value is 83 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e553ba hue: 0.88 , saturation: 0.74 and the lightness value of e553ba is 0.61.

The process color (four color CMYK) of #e553ba color hex is 0.00, 0.64, 0.19, 0.10. Web safe color of #e553ba is #cc66cc. Color #e553ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010011 10111010
Octal 345 123 272
Decimal 229 83 186
Hex E5 53 BA

RGB Percentages of Color #e553ba

%45.98
%16.67
%37.35

CMYK Percentages of Color #e553ba

%0
%64
%19
%10

Triadic Colors of #e553ba

#e553ba #bae553 #53bae5

Analogous Colors of #e553ba

#e553ba #e55371 #c753e5

Monochromatic Colors of #e553ba

#e553ba

Complementary Color

#e553ba #53e57e

#e553ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e553ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e553ba Color CSS Codes

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

#e553ba Text Font Color

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

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


#e553ba Background Color

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

This div background color is #e553ba


#e553ba Border Color

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

This div border color is #e553ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e553ba


Comments

No comments written yet.

Please login to write comment.