Color Hex Logo

#e339ba Color Hex

#E339BA
(227,57,186)
0 Favorites   0 Comments

Color spaces of #e339ba

RGB 22757186
HSL0.870.750.56
HSV314°75°89°
CMYK 0.000.750.18   0.11
XYZ42.004622.802348.6418
Yxy22.80230.37030.2010
Hunter Lab47.751873.4511-26.9689
CIE-Lab54.868175.3859-30.7039

#e339ba color RGB value is (227,57,186).

#e339ba hex color red value is 227, green value is 57 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e339ba hue: 0.87 , saturation: 0.75 and the lightness value of e339ba is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111001 10111010
Octal 343 71 272
Decimal 227 57 186
Hex E3 39 BA

RGB Percentages of Color #e339ba

%48.30
%12.13
%39.57

CMYK Percentages of Color #e339ba

%0
%75
%18
%11

Triadic Colors of #e339ba

#e339ba #bae339 #39bae3

Analogous Colors of #e339ba

#e339ba #e33965 #b739e3

Monochromatic Colors of #e339ba

#e339ba

Complementary Color

#e339ba #39e362

#e339ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e339ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e339ba Color CSS Codes

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

#e339ba Text Font Color

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

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


#e339ba Background Color

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

This div background color is #e339ba


#e339ba Border Color

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

This div border color is #e339ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e339ba


Comments

No comments written yet.

Please login to write comment.