Color Hex Logo

#e542bb Color Hex

#E542BB
(229,66,187)
0 Favorites   0 Comments

Color spaces of #e542bb

RGB 22966187
HSL0.880.760.58
HSV315°71°90°
CMYK 0.000.710.18   0.10
XYZ43.231024.142349.3951
Yxy24.14230.37020.2068
Hunter Lab49.134871.0663-25.2097
CIE-Lab56.230073.1868-29.1410

#e542bb color RGB value is (229,66,187).

#e542bb hex color red value is 229, green value is 66 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e542bb hue: 0.88 , saturation: 0.76 and the lightness value of e542bb is 0.58.

The process color (four color CMYK) of #e542bb color hex is 0.00, 0.71, 0.18, 0.10. Web safe color of #e542bb is #cc33cc. Color #e542bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000010 10111011
Octal 345 102 273
Decimal 229 66 187
Hex E5 42 BB

RGB Percentages of Color #e542bb

%47.51
%13.69
%38.80

CMYK Percentages of Color #e542bb

%0
%71
%18
%10

Triadic Colors of #e542bb

#e542bb #bbe542 #42bbe5

Analogous Colors of #e542bb

#e542bb #e5426a #be42e5

Monochromatic Colors of #e542bb

#e542bb

Complementary Color

#e542bb #42e56c

#e542bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e542bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e542bb Color CSS Codes

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

#e542bb Text Font Color

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

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


#e542bb Background Color

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

This div background color is #e542bb


#e542bb Border Color

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

This div border color is #e542bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e542bb


Comments

No comments written yet.

Please login to write comment.