Color Hex Logo

#ea14ab Color Hex

#EA14AB
(234,20,171)
0 Favorites   0 Comments

Color spaces of #ea14ab

RGB 23420171
HSL0.880.840.50
HSV318°91°92°
CMYK 0.000.910.27   0.08
XYZ41.532520.933040.3795
Yxy20.93300.40380.2035
Hunter Lab45.752681.9686-20.3003
CIE-Lab52.876182.5400-24.9394

#ea14ab color RGB value is (234,20,171).

#ea14ab hex color red value is 234, green value is 20 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ea14ab hue: 0.88 , saturation: 0.84 and the lightness value of ea14ab is 0.50.

The process color (four color CMYK) of #ea14ab color hex is 0.00, 0.91, 0.27, 0.08. Web safe color of #ea14ab is #ff0099. Color #ea14ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010100 10101011
Octal 352 24 253
Decimal 234 20 171
Hex EA 14 AB

RGB Percentages of Color #ea14ab

%55.06
%4.71
%40.24

CMYK Percentages of Color #ea14ab

%0
%91
%27
%8

Triadic Colors of #ea14ab

#ea14ab #abea14 #14abea

Analogous Colors of #ea14ab

#ea14ab #ea1440 #be14ea

Monochromatic Colors of #ea14ab

#ea14ab

Complementary Color

#ea14ab #14ea53

#ea14ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea14ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea14ab Color CSS Codes

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

#ea14ab Text Font Color

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

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


#ea14ab Background Color

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

This div background color is #ea14ab


#ea14ab Border Color

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

This div border color is #ea14ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea14ab


Comments

No comments written yet.

Please login to write comment.