Color Hex Logo

#e0508b Color Hex

#E0508B
(224,80,139)
0 Favorites   0 Comments

Color spaces of #e0508b

RGB 22480139
HSL0.930.700.60
HSV335°64°88°
CMYK 0.000.640.38   0.12
XYZ38.269323.448726.9351
Yxy23.44870.43170.2645
Hunter Lab48.423956.32650.9175
CIE-Lab55.531560.8849-2.2196

#e0508b color RGB value is (224,80,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010000 10001011
Octal 340 120 213
Decimal 224 80 139
Hex E0 50 8B

RGB Percentages of Color #e0508b

%50.56
%18.06
%31.38

CMYK Percentages of Color #e0508b

%0
%64
%38
%12

Triadic Colors of #e0508b

#e0508b #8be050 #508be0

Analogous Colors of #e0508b

#e0508b #e05d50 #e050d3

Monochromatic Colors of #e0508b

#e0508b

Complementary Color

#e0508b #50e0a5

#e0508b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0508b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0508b Color CSS Codes

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

#e0508b Text Font Color

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

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


#e0508b Background Color

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

This div background color is #e0508b


#e0508b Border Color

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

This div border color is #e0508b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0508b


Comments

No comments written yet.

Please login to write comment.