Color Hex Logo

#e2529d Color Hex

#E2529D
(226,82,157)
0 Favorites   0 Comments

Color spaces of #e2529d

RGB 22682157
HSL0.910.710.60
HSV329°64°89°
CMYK 0.000.640.31   0.11
XYZ40.467124.637734.5210
Yxy24.63770.40620.2473
Hunter Lab49.636458.6622-6.4894
CIE-Lab56.720762.6960-10.9954

#e2529d color RGB value is (226,82,157).

#e2529d hex color red value is 226, green value is 82 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #e2529d hue: 0.91 , saturation: 0.71 and the lightness value of e2529d is 0.60.

The process color (four color CMYK) of #e2529d color hex is 0.00, 0.64, 0.31, 0.11. Web safe color of #e2529d is #cc6699. Color #e2529d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010010 10011101
Octal 342 122 235
Decimal 226 82 157
Hex E2 52 9D

RGB Percentages of Color #e2529d

%48.60
%17.63
%33.76

CMYK Percentages of Color #e2529d

%0
%64
%31
%11

Triadic Colors of #e2529d

#e2529d #9de252 #529de2

Analogous Colors of #e2529d

#e2529d #e25255 #df52e2

Monochromatic Colors of #e2529d

#e2529d

Complementary Color

#e2529d #52e297

#e2529d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2529d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2529d Color CSS Codes

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

#e2529d Text Font Color

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

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


#e2529d Background Color

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

This div background color is #e2529d


#e2529d Border Color

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

This div border color is #e2529d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,82,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2529d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2529d;
  -webkit-box-shadow: 1px 1px 3px 2px #e2529d;
  box-shadow:         1px 1px 3px 2px #e2529d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,82,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2529d


Comments

No comments written yet.

Please login to write comment.