Color Hex Logo

#e376ba Color Hex

#E376BA
(227,118,186)
0 Favorites   0 Comments

Color spaces of #e376ba

RGB 227118186
HSL0.900.660.68
HSV323°48°89°
CMYK 0.000.480.18   0.11
XYZ47.019932.832950.3135
Yxy32.83290.36120.2522
Hunter Lab57.300046.2006-11.9509
CIE-Lab64.025450.5065-16.6473

#e376ba color RGB value is (227,118,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110110 10111010
Octal 343 166 272
Decimal 227 118 186
Hex E3 76 BA

RGB Percentages of Color #e376ba

%42.75
%22.22
%35.03

CMYK Percentages of Color #e376ba

%0
%48
%18
%11

Triadic Colors of #e376ba

#e376ba #bae376 #76bae3

Analogous Colors of #e376ba

#e376ba #e37684 #d676e3

Monochromatic Colors of #e376ba

#e376ba

Complementary Color

#e376ba #76e39f

#e376ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e376ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e376ba Color CSS Codes

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

#e376ba Text Font Color

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

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


#e376ba Background Color

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

This div background color is #e376ba


#e376ba Border Color

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

This div border color is #e376ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e376ba


Comments

No comments written yet.

Please login to write comment.