Color Hex Logo

#e076ba Color Hex

#E076BA
(224,118,186)
0 Favorites   0 Comments

Color spaces of #e076ba

RGB 224118186
HSL0.890.630.67
HSV322°47°88°
CMYK 0.000.470.17   0.12
XYZ46.081832.349350.2696
Yxy32.34930.35810.2514
Hunter Lab56.876445.0885-12.5893
CIE-Lab63.630549.5609-17.2831

#e076ba color RGB value is (224,118,186).

#e076ba hex color red value is 224, green value is 118 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e076ba hue: 0.89 , saturation: 0.63 and the lightness value of e076ba is 0.67.

The process color (four color CMYK) of #e076ba color hex is 0.00, 0.47, 0.17, 0.12. Web safe color of #e076ba is #cc66cc. Color #e076ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110110 10111010
Octal 340 166 272
Decimal 224 118 186
Hex E0 76 BA

RGB Percentages of Color #e076ba

%42.42
%22.35
%35.23

CMYK Percentages of Color #e076ba

%0
%47
%17
%12

Triadic Colors of #e076ba

#e076ba #bae076 #76bae0

Analogous Colors of #e076ba

#e076ba #e07685 #d176e0

Monochromatic Colors of #e076ba

#e076ba

Complementary Color

#e076ba #76e09c

#e076ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e076ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e076ba Color CSS Codes

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

#e076ba Text Font Color

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

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


#e076ba Background Color

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

This div background color is #e076ba


#e076ba Border Color

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

This div border color is #e076ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e076ba


Comments

No comments written yet.

Please login to write comment.