Color Hex Logo

#e055bf Color Hex

#E055BF
(224,85,191)
0 Favorites   0 Comments

Color spaces of #e055bf

RGB 22485191
HSL0.870.690.61
HSV314°62°88°
CMYK 0.000.620.15   0.12
XYZ43.392926.105952.0421
Yxy26.10590.35700.2148
Hunter Lab51.093962.1816-24.6245
CIE-Lab58.137465.4445-28.5498

#e055bf color RGB value is (224,85,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010101 10111111
Octal 340 125 277
Decimal 224 85 191
Hex E0 55 BF

RGB Percentages of Color #e055bf

%44.80
%17.00
%38.20

CMYK Percentages of Color #e055bf

%0
%62
%15
%12

Triadic Colors of #e055bf

#e055bf #bfe055 #55bfe0

Analogous Colors of #e055bf

#e055bf #e0557a #bc55e0

Monochromatic Colors of #e055bf

#e055bf

Complementary Color

#e055bf #55e076

#e055bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e055bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e055bf Color CSS Codes

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

#e055bf Text Font Color

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

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


#e055bf Background Color

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

This div background color is #e055bf


#e055bf Border Color

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

This div border color is #e055bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e055bf


Comments

No comments written yet.

Please login to write comment.