Color Hex Logo

#e054bf Color Hex

#E054BF
(224,84,191)
0 Favorites   0 Comments

Color spaces of #e054bf

RGB 22484191
HSL0.870.690.60
HSV314°63°88°
CMYK 0.000.630.15   0.12
XYZ43.314825.949552.0160
Yxy25.94950.35710.2140
Hunter Lab50.940762.6323-24.8831
CIE-Lab57.989165.8528-28.7794

#e054bf color RGB value is (224,84,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010100 10111111
Octal 340 124 277
Decimal 224 84 191
Hex E0 54 BF

RGB Percentages of Color #e054bf

%44.89
%16.83
%38.28

CMYK Percentages of Color #e054bf

%0
%63
%15
%12

Triadic Colors of #e054bf

#e054bf #bfe054 #54bfe0

Analogous Colors of #e054bf

#e054bf #e05479 #bb54e0

Monochromatic Colors of #e054bf

#e054bf

Complementary Color

#e054bf #54e075

#e054bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e054bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e054bf Color CSS Codes

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

#e054bf Text Font Color

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

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


#e054bf Background Color

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

This div background color is #e054bf


#e054bf Border Color

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

This div border color is #e054bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,84,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 #e054bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e054bf


Comments

No comments written yet.

Please login to write comment.