Color Hex Logo

#e512ba Color Hex

#E512BA
(229,18,186)
0 Favorites   0 Comments

Color spaces of #e512ba

RGB 22918186
HSL0.870.850.48
HSV312°92°90°
CMYK 0.000.920.19   0.10
XYZ41.392320.635848.2559
Yxy20.63580.37530.1871
Hunter Lab45.426683.1508-31.1840
CIE-Lab52.548683.5243-34.2977

#e512ba color RGB value is (229,18,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010010 10111010
Octal 345 22 272
Decimal 229 18 186
Hex E5 12 BA

RGB Percentages of Color #e512ba

%52.89
%4.16
%42.96

CMYK Percentages of Color #e512ba

%0
%92
%19
%10

Triadic Colors of #e512ba

#e512ba #bae512 #12bae5

Analogous Colors of #e512ba

#e512ba #e51250 #a712e5

Monochromatic Colors of #e512ba

#e512ba

Complementary Color

#e512ba #12e53d

#e512ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e512ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e512ba Color CSS Codes

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

#e512ba Text Font Color

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

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


#e512ba Background Color

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

This div background color is #e512ba


#e512ba Border Color

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

This div border color is #e512ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e512ba


Comments

No comments written yet.

Please login to write comment.