Color Hex Logo

#e024bb Color Hex

#E024BB
(224,36,187)
0 Favorites   0 Comments

Color spaces of #e024bb

RGB 22436187
HSL0.870.750.51
HSV312°84°88°
CMYK 0.000.840.17   0.12
XYZ40.341020.696948.8824
Yxy20.69690.36700.1883
Hunter Lab45.493878.6680-31.8605
CIE-Lab52.616279.9968-34.8382

#e024bb color RGB value is (224,36,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100100 10111011
Octal 340 44 273
Decimal 224 36 187
Hex E0 24 BB

RGB Percentages of Color #e024bb

%50.11
%8.05
%41.83

CMYK Percentages of Color #e024bb

%0
%84
%17
%12

Triadic Colors of #e024bb

#e024bb #bbe024 #24bbe0

Analogous Colors of #e024bb

#e024bb #e0245d #a724e0

Monochromatic Colors of #e024bb

#e024bb

Complementary Color

#e024bb #24e049

#e024bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e024bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e024bb Color CSS Codes

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

#e024bb Text Font Color

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

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


#e024bb Background Color

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

This div background color is #e024bb


#e024bb Border Color

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

This div border color is #e024bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e024bb


Comments

No comments written yet.

Please login to write comment.