Color Hex Logo

#ea12bb Color Hex

#EA12BB
(234,18,187)
0 Favorites   0 Comments

Color spaces of #ea12bb

RGB 23418187
HSL0.870.860.49
HSV313°92°92°
CMYK 0.000.920.20   0.08
XYZ43.117621.512948.8936
Yxy21.51290.37980.1895
Hunter Lab46.382084.7685-30.0332
CIE-Lab53.506384.5902-33.3151

#ea12bb color RGB value is (234,18,187).

#ea12bb hex color red value is 234, green value is 18 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ea12bb hue: 0.87 , saturation: 0.86 and the lightness value of ea12bb is 0.49.

The process color (four color CMYK) of #ea12bb color hex is 0.00, 0.92, 0.20, 0.08. Web safe color of #ea12bb is #ff00cc. Color #ea12bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010010 10111011
Octal 352 22 273
Decimal 234 18 187
Hex EA 12 BB

RGB Percentages of Color #ea12bb

%53.30
%4.10
%42.60

CMYK Percentages of Color #ea12bb

%0
%92
%20
%8

Triadic Colors of #ea12bb

#ea12bb #bbea12 #12bbea

Analogous Colors of #ea12bb

#ea12bb #ea124f #ad12ea

Monochromatic Colors of #ea12bb

#ea12bb

Complementary Color

#ea12bb #12ea41

#ea12bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea12bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea12bb Color CSS Codes

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

#ea12bb Text Font Color

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

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


#ea12bb Background Color

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

This div background color is #ea12bb


#ea12bb Border Color

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

This div border color is #ea12bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,18,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea12bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea12bb


Comments

No comments written yet.

Please login to write comment.