Color Hex Logo

#e514ba Color Hex

#E514BA
(229,20,186)
0 Favorites   0 Comments

Color spaces of #e514ba

RGB 22920186
HSL0.870.840.49
HSV312°91°90°
CMYK 0.000.910.19   0.10
XYZ41.426220.703548.2671
Yxy20.70350.37520.1875
Hunter Lab45.501182.8873-31.0435
CIE-Lab52.623583.3050-34.1804

#e514ba color RGB value is (229,20,186).

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

The process color (four color CMYK) of #e514ba color hex is 0.00, 0.91, 0.19, 0.10. Web safe color of #e514ba is #cc00cc. Color #e514ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010100 10111010
Octal 345 24 272
Decimal 229 20 186
Hex E5 14 BA

RGB Percentages of Color #e514ba

%52.64
%4.60
%42.76

CMYK Percentages of Color #e514ba

%0
%91
%19
%10

Triadic Colors of #e514ba

#e514ba #bae514 #14bae5

Analogous Colors of #e514ba

#e514ba #e51452 #a814e5

Monochromatic Colors of #e514ba

#e514ba

Complementary Color

#e514ba #14e53f

#e514ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e514ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e514ba Color CSS Codes

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

#e514ba Text Font Color

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

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


#e514ba Background Color

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

This div background color is #e514ba


#e514ba Border Color

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

This div border color is #e514ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e514ba


Comments

No comments written yet.

Please login to write comment.