Color Hex Logo

#e37aba Color Hex

#E37ABA
(227,122,186)
0 Favorites   0 Comments

Color spaces of #e37aba

RGB 227122186
HSL0.900.650.68
HSV323°46°89°
CMYK 0.000.460.18   0.11
XYZ47.501033.795150.4739
Yxy33.79510.36050.2565
Hunter Lab58.133644.1189-10.7845
CIE-Lab64.799648.5135-15.4765

#e37aba color RGB value is (227,122,186).

#e37aba hex color red value is 227, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e37aba hue: 0.90 , saturation: 0.65 and the lightness value of e37aba is 0.68.

The process color (four color CMYK) of #e37aba color hex is 0.00, 0.46, 0.18, 0.11. Web safe color of #e37aba is #cc66cc. Color #e37aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111010 10111010
Octal 343 172 272
Decimal 227 122 186
Hex E3 7A BA

RGB Percentages of Color #e37aba

%42.43
%22.80
%34.77

CMYK Percentages of Color #e37aba

%0
%46
%18
%11

Triadic Colors of #e37aba

#e37aba #bae37a #7abae3

Analogous Colors of #e37aba

#e37aba #e37a86 #d87ae3

Monochromatic Colors of #e37aba

#e37aba

Complementary Color

#e37aba #7ae3a3

#e37aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e37aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e37aba Color CSS Codes

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

#e37aba Text Font Color

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

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


#e37aba Background Color

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

This div background color is #e37aba


#e37aba Border Color

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

This div border color is #e37aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,122,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e37aba


Comments

No comments written yet.

Please login to write comment.