Color Hex Logo

#e573bb Color Hex

#E573BB
(229,115,187)
0 Favorites   0 Comments

Color spaces of #e573bb

RGB 229115187
HSL0.890.690.67
HSV322°50°90°
CMYK 0.000.500.18   0.10
XYZ47.413532.507350.7893
Yxy32.50730.36270.2487
Hunter Lab57.015248.6631-12.9051
CIE-Lab63.760052.7509-17.5908

#e573bb color RGB value is (229,115,187).

#e573bb hex color red value is 229, green value is 115 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e573bb hue: 0.89 , saturation: 0.69 and the lightness value of e573bb is 0.67.

The process color (four color CMYK) of #e573bb color hex is 0.00, 0.50, 0.18, 0.10. Web safe color of #e573bb is #cc66cc. Color #e573bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110011 10111011
Octal 345 163 273
Decimal 229 115 187
Hex E5 73 BB

RGB Percentages of Color #e573bb

%43.13
%21.66
%35.22

CMYK Percentages of Color #e573bb

%0
%50
%18
%10

Triadic Colors of #e573bb

#e573bb #bbe573 #73bbe5

Analogous Colors of #e573bb

#e573bb #e57382 #d673e5

Monochromatic Colors of #e573bb

#e573bb

Complementary Color

#e573bb #73e59d

#e573bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e573bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e573bb Color CSS Codes

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

#e573bb Text Font Color

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

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


#e573bb Background Color

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

This div background color is #e573bb


#e573bb Border Color

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

This div border color is #e573bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e573bb


Comments

No comments written yet.

Please login to write comment.