Color Hex Logo

#e028bb Color Hex

#E028BB
(224,40,187)
0 Favorites   0 Comments

Color spaces of #e028bb

RGB 22440187
HSL0.870.750.52
HSV312°82°88°
CMYK 0.000.820.17   0.12
XYZ40.468920.952748.9250
Yxy20.95270.36670.1899
Hunter Lab45.774177.7071-31.3294
CIE-Lab52.897779.1800-34.3973

#e028bb color RGB value is (224,40,187).

#e028bb hex color red value is 224, green value is 40 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e028bb hue: 0.87 , saturation: 0.75 and the lightness value of e028bb is 0.52.

The process color (four color CMYK) of #e028bb color hex is 0.00, 0.82, 0.17, 0.12. Web safe color of #e028bb is #cc33cc. Color #e028bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101000 10111011
Octal 340 50 273
Decimal 224 40 187
Hex E0 28 BB

RGB Percentages of Color #e028bb

%49.67
%8.87
%41.46

CMYK Percentages of Color #e028bb

%0
%82
%17
%12

Triadic Colors of #e028bb

#e028bb #bbe028 #28bbe0

Analogous Colors of #e028bb

#e028bb #e0285f #a928e0

Monochromatic Colors of #e028bb

#e028bb

Complementary Color

#e028bb #28e04d

#e028bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e028bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e028bb Color CSS Codes

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

#e028bb Text Font Color

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

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


#e028bb Background Color

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

This div background color is #e028bb


#e028bb Border Color

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

This div border color is #e028bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e028bb


Comments

No comments written yet.

Please login to write comment.