Color Hex Logo

#e2528c Color Hex

#E2528C
(226,82,140)
0 Favorites   0 Comments

Color spaces of #e2528c

RGB 22682140
HSL0.930.710.60
HSV336°64°89°
CMYK 0.000.640.38   0.11
XYZ39.114924.096827.4005
Yxy24.09680.43170.2659
Hunter Lab49.088556.32831.2671
CIE-Lab56.184660.7696-1.8126

#e2528c color RGB value is (226,82,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010010 10001100
Octal 342 122 214
Decimal 226 82 140
Hex E2 52 8C

RGB Percentages of Color #e2528c

%50.45
%18.30
%31.25

CMYK Percentages of Color #e2528c

%0
%64
%38
%11

Triadic Colors of #e2528c

#e2528c #8ce252 #528ce2

Analogous Colors of #e2528c

#e2528c #e26052 #e252d4

Monochromatic Colors of #e2528c

#e2528c

Complementary Color

#e2528c #52e2a8

#e2528c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2528c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2528c Color CSS Codes

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

#e2528c Text Font Color

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

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


#e2528c Background Color

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

This div background color is #e2528c


#e2528c Border Color

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

This div border color is #e2528c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2528c


Comments

No comments written yet.

Please login to write comment.