Color Hex Logo

#e377ba Color Hex

#E377BA
(227,119,186)
0 Favorites   0 Comments

Color spaces of #e377ba

RGB 227119186
HSL0.900.660.68
HSV323°48°89°
CMYK 0.000.480.18   0.11
XYZ47.138333.069750.3530
Yxy33.06970.36100.2533
Hunter Lab57.506345.6818-11.6605
CIE-Lab64.217350.0109-16.3568

#e377ba color RGB value is (227,119,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110111 10111010
Octal 343 167 272
Decimal 227 119 186
Hex E3 77 BA

RGB Percentages of Color #e377ba

%42.67
%22.37
%34.96

CMYK Percentages of Color #e377ba

%0
%48
%18
%11

Triadic Colors of #e377ba

#e377ba #bae377 #77bae3

Analogous Colors of #e377ba

#e377ba #e37784 #d677e3

Monochromatic Colors of #e377ba

#e377ba

Complementary Color

#e377ba #77e3a0

#e377ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e377ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e377ba Color CSS Codes

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

#e377ba Text Font Color

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

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


#e377ba Background Color

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

This div background color is #e377ba


#e377ba Border Color

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

This div border color is #e377ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e377ba


Comments

No comments written yet.

Please login to write comment.