Color Hex Logo

#e242ba Color Hex

#E242BA
(226,66,186)
0 Favorites   0 Comments

Color spaces of #e242ba

RGB 22666186
HSL0.880.730.57
HSV315°71°89°
CMYK 0.000.710.18   0.11
XYZ42.175223.610448.7887
Yxy23.61040.36810.2061
Hunter Lab48.590569.8995-25.5184
CIE-Lab55.695672.3341-29.4309

#e242ba color RGB value is (226,66,186).

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

The process color (four color CMYK) of #e242ba color hex is 0.00, 0.71, 0.18, 0.11. Web safe color of #e242ba is #cc33cc. Color #e242ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000010 10111010
Octal 342 102 272
Decimal 226 66 186
Hex E2 42 BA

RGB Percentages of Color #e242ba

%47.28
%13.81
%38.91

CMYK Percentages of Color #e242ba

%0
%71
%18
%11

Triadic Colors of #e242ba

#e242ba #bae242 #42bae2

Analogous Colors of #e242ba

#e242ba #e2426a #ba42e2

Monochromatic Colors of #e242ba

#e242ba

Complementary Color

#e242ba #42e26a

#e242ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e242ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e242ba Color CSS Codes

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

#e242ba Text Font Color

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

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


#e242ba Background Color

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

This div background color is #e242ba


#e242ba Border Color

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

This div border color is #e242ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e242ba


Comments

No comments written yet.

Please login to write comment.