Color Hex Logo

#e042ba Color Hex

#E042BA
(224,66,186)
0 Favorites   0 Comments

Color spaces of #e042ba

RGB 22466186
HSL0.870.720.57
HSV314°71°88°
CMYK 0.000.710.17   0.12
XYZ41.551623.288948.7596
Yxy23.28890.36580.2050
Hunter Lab48.258669.2396-26.1246
CIE-Lab55.368771.8543-29.9641

#e042ba color RGB value is (224,66,186).

#e042ba hex color red value is 224, green value is 66 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e042ba hue: 0.87 , saturation: 0.72 and the lightness value of e042ba is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000010 10111010
Octal 340 102 272
Decimal 224 66 186
Hex E0 42 BA

RGB Percentages of Color #e042ba

%47.06
%13.87
%39.08

CMYK Percentages of Color #e042ba

%0
%71
%17
%12

Triadic Colors of #e042ba

#e042ba #bae042 #42bae0

Analogous Colors of #e042ba

#e042ba #e0426b #b742e0

Monochromatic Colors of #e042ba

#e042ba

Complementary Color

#e042ba #42e068

#e042ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e042ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e042ba Color CSS Codes

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

#e042ba Text Font Color

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

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


#e042ba Background Color

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

This div background color is #e042ba


#e042ba Border Color

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

This div border color is #e042ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e042ba


Comments

No comments written yet.

Please login to write comment.