Color Hex Logo

#ea43ab Color Hex

#EA43AB
(234,67,171)
0 Favorites   0 Comments

Color spaces of #ea43ab

RGB 23467171
HSL0.900.800.59
HSV323°71°92°
CMYK 0.000.710.27   0.08
XYZ43.289524.447040.9652
Yxy24.44700.39820.2249
Hunter Lab49.443969.7548-14.5121
CIE-Lab56.532672.0559-19.3265

#ea43ab color RGB value is (234,67,171).

#ea43ab hex color red value is 234, green value is 67 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ea43ab hue: 0.90 , saturation: 0.80 and the lightness value of ea43ab is 0.59.

The process color (four color CMYK) of #ea43ab color hex is 0.00, 0.71, 0.27, 0.08. Web safe color of #ea43ab is #ff3399. Color #ea43ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000011 10101011
Octal 352 103 253
Decimal 234 67 171
Hex EA 43 AB

RGB Percentages of Color #ea43ab

%49.58
%14.19
%36.23

CMYK Percentages of Color #ea43ab

%0
%71
%27
%8

Triadic Colors of #ea43ab

#ea43ab #abea43 #43abea

Analogous Colors of #ea43ab

#ea43ab #ea4358 #d643ea

Monochromatic Colors of #ea43ab

#ea43ab

Complementary Color

#ea43ab #43ea82

#ea43ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea43ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea43ab Color CSS Codes

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

#ea43ab Text Font Color

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

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


#ea43ab Background Color

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

This div background color is #ea43ab


#ea43ab Border Color

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

This div border color is #ea43ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea43ab


Comments

No comments written yet.

Please login to write comment.