Color Hex Logo

#ea51ae Color Hex

#EA51AE
(234,81,174)
0 Favorites   0 Comments

Color spaces of #ea51ae

RGB 23481174
HSL0.900.780.62
HSV324°65°92°
CMYK 0.000.650.26   0.08
XYZ44.514126.433342.8004
Yxy26.43330.39130.2324
Hunter Lab51.413364.5735-13.3682
CIE-Lab58.446167.4019-18.1520

#ea51ae color RGB value is (234,81,174).

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

The process color (four color CMYK) of #ea51ae color hex is 0.00, 0.65, 0.26, 0.08. Web safe color of #ea51ae is #ff6699. Color #ea51ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010001 10101110
Octal 352 121 256
Decimal 234 81 174
Hex EA 51 AE

RGB Percentages of Color #ea51ae

%47.85
%16.56
%35.58

CMYK Percentages of Color #ea51ae

%0
%65
%26
%8

Triadic Colors of #ea51ae

#ea51ae #aeea51 #51aeea

Analogous Colors of #ea51ae

#ea51ae #ea5161 #da51ea

Monochromatic Colors of #ea51ae

#ea51ae

Complementary Color

#ea51ae #51ea8d

#ea51ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea51ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea51ae Color CSS Codes

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

#ea51ae Text Font Color

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

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


#ea51ae Background Color

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

This div background color is #ea51ae


#ea51ae Border Color

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

This div border color is #ea51ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea51ae


Comments

No comments written yet.

Please login to write comment.