Color Hex Logo

#e502bb Color Hex

#E502BB
(229,2,187)
0 Favorites   0 Comments

Color spaces of #e502bb

RGB 2292187
HSL0.860.980.45
HSV311°99°90°
CMYK 0.000.990.18   0.10
XYZ41.304420.289348.7529
Yxy20.28930.37430.1839
Hunter Lab45.043684.8557-32.6419
CIE-Lab52.162784.9189-35.4846

#e502bb color RGB value is (229,2,187).

#e502bb hex color red value is 229, green value is 2 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e502bb hue: 0.86 , saturation: 0.98 and the lightness value of e502bb is 0.45.

The process color (four color CMYK) of #e502bb color hex is 0.00, 0.99, 0.18, 0.10. Web safe color of #e502bb is #cc00cc. Color #e502bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000010 10111011
Octal 345 2 273
Decimal 229 2 187
Hex E5 2 BB

RGB Percentages of Color #e502bb

%54.78
%0.48
%44.74

CMYK Percentages of Color #e502bb

%0
%99
%18
%10

Triadic Colors of #e502bb

#e502bb #bbe502 #02bbe5

Analogous Colors of #e502bb

#e502bb #e50249 #9e02e5

Monochromatic Colors of #e502bb

#e502bb

Complementary Color

#e502bb #02e52c

#e502bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e502bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e502bb Color CSS Codes

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

#e502bb Text Font Color

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

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


#e502bb Background Color

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

This div background color is #e502bb


#e502bb Border Color

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

This div border color is #e502bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e502bb


Comments

No comments written yet.

Please login to write comment.