Color Hex Logo

#e050bf Color Hex

#E050BF
(224,80,191)
0 Favorites   0 Comments

Color spaces of #e050bf

RGB 22480191
HSL0.870.700.60
HSV314°64°88°
CMYK 0.000.640.15   0.12
XYZ43.013125.346251.9155
Yxy25.34620.35760.2107
Hunter Lab50.345064.4007-25.8980
CIE-Lab57.411267.4483-29.6750

#e050bf color RGB value is (224,80,191).

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

The process color (four color CMYK) of #e050bf color hex is 0.00, 0.64, 0.15, 0.12. Web safe color of #e050bf is #cc66cc. Color #e050bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010000 10111111
Octal 340 120 277
Decimal 224 80 191
Hex E0 50 BF

RGB Percentages of Color #e050bf

%45.25
%16.16
%38.59

CMYK Percentages of Color #e050bf

%0
%64
%15
%12

Triadic Colors of #e050bf

#e050bf #bfe050 #50bfe0

Analogous Colors of #e050bf

#e050bf #e05077 #b950e0

Monochromatic Colors of #e050bf

#e050bf

Complementary Color

#e050bf #50e071

#e050bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e050bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e050bf Color CSS Codes

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

#e050bf Text Font Color

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

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


#e050bf Background Color

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

This div background color is #e050bf


#e050bf Border Color

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

This div border color is #e050bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e050bf


Comments

No comments written yet.

Please login to write comment.