Color Hex Logo

#e0526e Color Hex

#E0526E
(224,82,110)
0 Favorites   0 Comments

Color spaces of #e0526e

RGB 22482110
HSL0.970.700.60
HSV348°63°88°
CMYK 0.000.630.51   0.12
XYZ36.572223.007717.2652
Yxy23.00770.47590.2994
Hunter Lab47.966352.157212.2354
CIE-Lab55.080357.289614.3007

#e0526e color RGB value is (224,82,110).

#e0526e hex color red value is 224, green value is 82 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #e0526e hue: 0.97 , saturation: 0.70 and the lightness value of e0526e is 0.60.

The process color (four color CMYK) of #e0526e color hex is 0.00, 0.63, 0.51, 0.12. Web safe color of #e0526e is #cc6666. Color #e0526e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010010 01101110
Octal 340 122 156
Decimal 224 82 110
Hex E0 52 6E

RGB Percentages of Color #e0526e

%53.85
%19.71
%26.44

CMYK Percentages of Color #e0526e

%0
%63
%51
%12

Triadic Colors of #e0526e

#e0526e #6ee052 #526ee0

Analogous Colors of #e0526e

#e0526e #e07d52 #e052b5

Monochromatic Colors of #e0526e

#e0526e

Complementary Color

#e0526e #52e0c4

#e0526e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0526e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0526e Color CSS Codes

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

#e0526e Text Font Color

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

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


#e0526e Background Color

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

This div background color is #e0526e


#e0526e Border Color

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

This div border color is #e0526e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0526e


Comments

No comments written yet.

Please login to write comment.