Color Hex Logo

#ea55ab Color Hex

#EA55AB
(234,85,171)
0 Favorites   0 Comments

Color spaces of #ea55ab

RGB 23485171
HSL0.900.780.63
HSV325°64°92°
CMYK 0.000.640.27   0.08
XYZ44.530926.929741.3790
Yxy26.92970.39460.2387
Hunter Lab51.893862.3594-10.9509
CIE-Lab58.909265.4545-15.7134

#ea55ab color RGB value is (234,85,171).

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

The process color (four color CMYK) of #ea55ab color hex is 0.00, 0.64, 0.27, 0.08. Web safe color of #ea55ab is #ff6699. Color #ea55ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010101 10101011
Octal 352 125 253
Decimal 234 85 171
Hex EA 55 AB

RGB Percentages of Color #ea55ab

%47.76
%17.35
%34.90

CMYK Percentages of Color #ea55ab

%0
%64
%27
%8

Triadic Colors of #ea55ab

#ea55ab #abea55 #55abea

Analogous Colors of #ea55ab

#ea55ab #ea5560 #df55ea

Monochromatic Colors of #ea55ab

#ea55ab

Complementary Color

#ea55ab #55ea94

#ea55ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea55ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea55ab Color CSS Codes

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

#ea55ab Text Font Color

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

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


#ea55ab Background Color

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

This div background color is #ea55ab


#ea55ab Border Color

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

This div border color is #ea55ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea55ab


Comments

No comments written yet.

Please login to write comment.