Color Hex Logo

#e021bb Color Hex

#E021BB
(224,33,187)
0 Favorites   0 Comments

Color spaces of #e021bb

RGB 22433187
HSL0.870.750.50
HSV312°85°88°
CMYK 0.000.850.17   0.12
XYZ40.254020.522948.8534
Yxy20.52290.36720.1872
Hunter Lab45.302279.3302-32.2261
CIE-Lab52.423380.5577-35.1404

#e021bb color RGB value is (224,33,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100001 10111011
Octal 340 41 273
Decimal 224 33 187
Hex E0 21 BB

RGB Percentages of Color #e021bb

%50.45
%7.43
%42.12

CMYK Percentages of Color #e021bb

%0
%85
%17
%12

Triadic Colors of #e021bb

#e021bb #bbe021 #21bbe0

Analogous Colors of #e021bb

#e021bb #e0215c #a621e0

Monochromatic Colors of #e021bb

#e021bb

Complementary Color

#e021bb #21e046

#e021bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e021bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e021bb Color CSS Codes

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

#e021bb Text Font Color

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

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


#e021bb Background Color

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

This div background color is #e021bb


#e021bb Border Color

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

This div border color is #e021bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e021bb


Comments

No comments written yet.

Please login to write comment.