Color Hex Logo

#e012bb Color Hex

#E012BB
(224,18,187)
0 Favorites   0 Comments

Color spaces of #e012bb

RGB 22418187
HSL0.860.850.47
HSV311°92°88°
CMYK 0.000.920.17   0.12
XYZ39.926419.867848.7442
Yxy19.86780.36790.1830
Hunter Lab44.573381.8875-33.6367
CIE-Lab51.687482.7084-36.2950

#e012bb color RGB value is (224,18,187).

#e012bb hex color red value is 224, green value is 18 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e012bb hue: 0.86 , saturation: 0.85 and the lightness value of e012bb is 0.47.

The process color (four color CMYK) of #e012bb color hex is 0.00, 0.92, 0.17, 0.12. Web safe color of #e012bb is #cc00cc. Color #e012bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010010 10111011
Octal 340 22 273
Decimal 224 18 187
Hex E0 12 BB

RGB Percentages of Color #e012bb

%52.21
%4.20
%43.59

CMYK Percentages of Color #e012bb

%0
%92
%17
%12

Triadic Colors of #e012bb

#e012bb #bbe012 #12bbe0

Analogous Colors of #e012bb

#e012bb #e01254 #9e12e0

Monochromatic Colors of #e012bb

#e012bb

Complementary Color

#e012bb #12e037

#e012bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e012bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e012bb Color CSS Codes

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

#e012bb Text Font Color

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

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


#e012bb Background Color

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

This div background color is #e012bb


#e012bb Border Color

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

This div border color is #e012bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e012bb


Comments

No comments written yet.

Please login to write comment.