Color Hex Logo

#e52bbf Color Hex

#E52BBF
(229,43,191)
0 Favorites   0 Comments

Color spaces of #e52bbf

RGB 22943191
HSL0.870.780.53
HSV312°81°90°
CMYK 0.000.810.17   0.10
XYZ42.580922.147451.3208
Yxy22.14740.36690.1908
Hunter Lab47.061079.1503-31.7140
CIE-Lab54.183180.0726-34.6419

#e52bbf color RGB value is (229,43,191).

#e52bbf hex color red value is 229, green value is 43 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e52bbf hue: 0.87 , saturation: 0.78 and the lightness value of e52bbf is 0.53.

The process color (four color CMYK) of #e52bbf color hex is 0.00, 0.81, 0.17, 0.10. Web safe color of #e52bbf is #cc33cc. Color #e52bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101011 10111111
Octal 345 53 277
Decimal 229 43 191
Hex E5 2B BF

RGB Percentages of Color #e52bbf

%49.46
%9.29
%41.25

CMYK Percentages of Color #e52bbf

%0
%81
%17
%10

Triadic Colors of #e52bbf

#e52bbf #bfe52b #2bbfe5

Analogous Colors of #e52bbf

#e52bbf #e52b62 #ae2be5

Monochromatic Colors of #e52bbf

#e52bbf

Complementary Color

#e52bbf #2be551

#e52bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52bbf Color CSS Codes

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

#e52bbf Text Font Color

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

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


#e52bbf Background Color

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

This div background color is #e52bbf


#e52bbf Border Color

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

This div border color is #e52bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52bbf


Comments

No comments written yet.

Please login to write comment.