Color Hex Logo

#ea01ba Color Hex

#EA01BA
(234,1,186)
0 Favorites   0 Comments

Color spaces of #ea01ba

RGB 2341186
HSL0.870.990.46
HSV312°100°92°
CMYK 0.001.000.21   0.08
XYZ42.805521.059348.2631
Yxy21.05930.38180.1878
Hunter Lab45.890486.1924-30.2322
CIE-Lab53.014385.7817-33.5022

#ea01ba color RGB value is (234,1,186).

#ea01ba hex color red value is 234, green value is 1 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ea01ba hue: 0.87 , saturation: 0.99 and the lightness value of ea01ba is 0.46.

The process color (four color CMYK) of #ea01ba color hex is 0.00, 1.00, 0.21, 0.08. Web safe color of #ea01ba is #ff00cc. Color #ea01ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000001 10111010
Octal 352 1 272
Decimal 234 1 186
Hex EA 1 BA

RGB Percentages of Color #ea01ba

%55.58
%0.24
%44.18

CMYK Percentages of Color #ea01ba

%0
%100
%21
%8

Triadic Colors of #ea01ba

#ea01ba #baea01 #01baea

Analogous Colors of #ea01ba

#ea01ba #ea0145 #a601ea

Monochromatic Colors of #ea01ba

#ea01ba

Complementary Color

#ea01ba #01ea31

#ea01ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea01ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea01ba Color CSS Codes

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

#ea01ba Text Font Color

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

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


#ea01ba Background Color

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

This div background color is #ea01ba


#ea01ba Border Color

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

This div border color is #ea01ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea01ba


Comments

No comments written yet.

Please login to write comment.