Color Hex Logo

#ea2abd Color Hex

#EA2ABD
(234,42,189)
0 Favorites   0 Comments

Color spaces of #ea2abd

RGB 23442189
HSL0.870.820.54
HSV314°82°92°
CMYK 0.000.820.19   0.08
XYZ43.945022.822550.2331
Yxy22.82250.37560.1951
Hunter Lab47.772980.5948-28.9023
CIE-Lab54.889081.0722-32.3172

#ea2abd color RGB value is (234,42,189).

#ea2abd hex color red value is 234, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ea2abd hue: 0.87 , saturation: 0.82 and the lightness value of ea2abd is 0.54.

The process color (four color CMYK) of #ea2abd color hex is 0.00, 0.82, 0.19, 0.08. Web safe color of #ea2abd is #ff33cc. Color #ea2abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101010 10111101
Octal 352 52 275
Decimal 234 42 189
Hex EA 2A BD

RGB Percentages of Color #ea2abd

%50.32
%9.03
%40.65

CMYK Percentages of Color #ea2abd

%0
%82
%19
%8

Triadic Colors of #ea2abd

#ea2abd #bdea2a #2abdea

Analogous Colors of #ea2abd

#ea2abd #ea2a5d #b72aea

Monochromatic Colors of #ea2abd

#ea2abd

Complementary Color

#ea2abd #2aea57

#ea2abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2abd Color CSS Codes

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

#ea2abd Text Font Color

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

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


#ea2abd Background Color

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

This div background color is #ea2abd


#ea2abd Border Color

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

This div border color is #ea2abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2abd


Comments

No comments written yet.

Please login to write comment.