Color Hex Logo

#e52dcb Color Hex

#E52DCB
(229,45,203)
0 Favorites   0 Comments

Color spaces of #e52dcb

RGB 22945203
HSL0.860.780.54
HSV308°80°90°
CMYK 0.000.800.11   0.10
XYZ44.031022.846658.5891
Yxy22.84660.35090.1821
Hunter Lab47.798180.7852-39.2167
CIE-Lab54.914081.2167-40.4076

#e52dcb color RGB value is (229,45,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101101 11001011
Octal 345 55 313
Decimal 229 45 203
Hex E5 2D CB

RGB Percentages of Color #e52dcb

%48.01
%9.43
%42.56

CMYK Percentages of Color #e52dcb

%0
%80
%11
%10

Triadic Colors of #e52dcb

#e52dcb #cbe52d #2dcbe5

Analogous Colors of #e52dcb

#e52dcb #e52d6f #a32de5

Monochromatic Colors of #e52dcb

#e52dcb

Complementary Color

#e52dcb #2de547

#e52dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52dcb Color CSS Codes

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

#e52dcb Text Font Color

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

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


#e52dcb Background Color

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

This div background color is #e52dcb


#e52dcb Border Color

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

This div border color is #e52dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52dcb


Comments

No comments written yet.

Please login to write comment.