Color Hex Logo

#e52bcc Color Hex

#E52BCC
(229,43,204)
0 Favorites   0 Comments

Color spaces of #e52bcc

RGB 22943204
HSL0.860.780.53
HSV308°81°90°
CMYK 0.000.810.11   0.10
XYZ44.076122.745459.1940
Yxy22.74540.34980.1805
Hunter Lab47.692181.5048-40.2044
CIE-Lab54.809181.8007-41.1463

#e52bcc color RGB value is (229,43,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101011 11001100
Octal 345 53 314
Decimal 229 43 204
Hex E5 2B CC

RGB Percentages of Color #e52bcc

%48.11
%9.03
%42.86

CMYK Percentages of Color #e52bcc

%0
%81
%11
%10

Triadic Colors of #e52bcc

#e52bcc #cce52b #2bcce5

Analogous Colors of #e52bcc

#e52bcc #e52b6f #a12be5

Monochromatic Colors of #e52bcc

#e52bcc

Complementary Color

#e52bcc #2be544

#e52bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52bcc Color CSS Codes

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

#e52bcc Text Font Color

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

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


#e52bcc Background Color

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

This div background color is #e52bcc


#e52bcc Border Color

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

This div border color is #e52bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52bcc


Comments

No comments written yet.

Please login to write comment.