Color Hex Logo

#ea2abb Color Hex

#EA2ABB
(234,42,187)
0 Favorites   0 Comments

Color spaces of #ea2abb

RGB 23442187
HSL0.870.820.54
HSV315°82°92°
CMYK 0.000.820.20   0.08
XYZ43.729322.736249.0974
Yxy22.73620.37840.1967
Hunter Lab47.682580.2568-27.6716
CIE-Lab54.799680.8242-31.2979

#ea2abb color RGB value is (234,42,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101010 10111011
Octal 352 52 273
Decimal 234 42 187
Hex EA 2A BB

RGB Percentages of Color #ea2abb

%50.54
%9.07
%40.39

CMYK Percentages of Color #ea2abb

%0
%82
%20
%8

Triadic Colors of #ea2abb

#ea2abb #bbea2a #2abbea

Analogous Colors of #ea2abb

#ea2abb #ea2a5b #b92aea

Monochromatic Colors of #ea2abb

#ea2abb

Complementary Color

#ea2abb #2aea59

#ea2abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2abb Color CSS Codes

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

#ea2abb Text Font Color

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

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


#ea2abb Background Color

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

This div background color is #ea2abb


#ea2abb Border Color

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

This div border color is #ea2abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2abb


Comments

No comments written yet.

Please login to write comment.