Color Hex Logo

#e315ba Color Hex

#E315BA
(227,21,186)
0 Favorites   0 Comments

Color spaces of #e315ba

RGB 22721186
HSL0.870.830.49
HSV312°91°89°
CMYK 0.000.910.18   0.11
XYZ40.809620.412448.2435
Yxy20.41240.37280.1865
Hunter Lab45.180182.1677-31.6841
CIE-Lab52.300382.8076-34.7127

#e315ba color RGB value is (227,21,186).

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

The process color (four color CMYK) of #e315ba color hex is 0.00, 0.91, 0.18, 0.11. Web safe color of #e315ba is #cc00cc. Color #e315ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010101 10111010
Octal 343 25 272
Decimal 227 21 186
Hex E3 15 BA

RGB Percentages of Color #e315ba

%52.30
%4.84
%42.86

CMYK Percentages of Color #e315ba

%0
%91
%18
%11

Triadic Colors of #e315ba

#e315ba #bae315 #15bae3

Analogous Colors of #e315ba

#e315ba #e31553 #a515e3

Monochromatic Colors of #e315ba

#e315ba

Complementary Color

#e315ba #15e33e

#e315ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e315ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e315ba Color CSS Codes

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

#e315ba Text Font Color

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

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


#e315ba Background Color

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

This div background color is #e315ba


#e315ba Border Color

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

This div border color is #e315ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e315ba


Comments

No comments written yet.

Please login to write comment.