Color Hex Logo

#ea7abb Color Hex

#EA7ABB
(234,122,187)
0 Favorites   0 Comments

Color spaces of #ea7abb

RGB 234122187
HSL0.900.730.70
HSV325°48°92°
CMYK 0.000.480.20   0.08
XYZ49.860934.999351.1413
Yxy34.99930.36660.2573
Hunter Lab59.160246.9115-9.8414
CIE-Lab65.748150.8901-14.5204

#ea7abb color RGB value is (234,122,187).

#ea7abb hex color red value is 234, green value is 122 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ea7abb hue: 0.90 , saturation: 0.73 and the lightness value of ea7abb is 0.70.

The process color (four color CMYK) of #ea7abb color hex is 0.00, 0.48, 0.20, 0.08. Web safe color of #ea7abb is #ff66cc. Color #ea7abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111010 10111011
Octal 352 172 273
Decimal 234 122 187
Hex EA 7A BB

RGB Percentages of Color #ea7abb

%43.09
%22.47
%34.44

CMYK Percentages of Color #ea7abb

%0
%48
%20
%8

Triadic Colors of #ea7abb

#ea7abb #bbea7a #7abbea

Analogous Colors of #ea7abb

#ea7abb #ea7a83 #e17aea

Monochromatic Colors of #ea7abb

#ea7abb

Complementary Color

#ea7abb #7aeaa9

#ea7abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7abb Color CSS Codes

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

#ea7abb Text Font Color

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

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


#ea7abb Background Color

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

This div background color is #ea7abb


#ea7abb Border Color

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

This div border color is #ea7abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7abb


Comments

No comments written yet.

Please login to write comment.