Color Hex Logo

#e076bc Color Hex

#E076BC
(224,118,188)
0 Favorites   0 Comments

Color spaces of #e076bc

RGB 224118188
HSL0.890.630.67
HSV320°47°88°
CMYK 0.000.470.16   0.12
XYZ46.296032.435051.3975
Yxy32.43500.35580.2493
Hunter Lab56.951745.4369-13.6415
CIE-Lab63.700849.8657-18.3095

#e076bc color RGB value is (224,118,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110110 10111100
Octal 340 166 274
Decimal 224 118 188
Hex E0 76 BC

RGB Percentages of Color #e076bc

%42.26
%22.26
%35.47

CMYK Percentages of Color #e076bc

%0
%47
%16
%12

Triadic Colors of #e076bc

#e076bc #bce076 #76bce0

Analogous Colors of #e076bc

#e076bc #e07687 #cf76e0

Monochromatic Colors of #e076bc

#e076bc

Complementary Color

#e076bc #76e09a

#e076bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e076bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e076bc Color CSS Codes

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

#e076bc Text Font Color

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

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


#e076bc Background Color

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

This div background color is #e076bc


#e076bc Border Color

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

This div border color is #e076bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,118,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e076bc


Comments

No comments written yet.

Please login to write comment.