Color Hex Logo

#e078bc Color Hex

#E078BC
(224,120,188)
0 Favorites   0 Comments

Color spaces of #e078bc

RGB 224120188
HSL0.890.630.67
HSV321°46°88°
CMYK 0.000.460.16   0.12
XYZ46.534032.911151.4768
Yxy32.91110.35540.2514
Hunter Lab57.368244.3953-13.0435
CIE-Lab64.088948.8660-17.7204

#e078bc color RGB value is (224,120,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111000 10111100
Octal 340 170 274
Decimal 224 120 188
Hex E0 78 BC

RGB Percentages of Color #e078bc

%42.11
%22.56
%35.34

CMYK Percentages of Color #e078bc

%0
%46
%16
%12

Triadic Colors of #e078bc

#e078bc #bce078 #78bce0

Analogous Colors of #e078bc

#e078bc #e07888 #d078e0

Monochromatic Colors of #e078bc

#e078bc

Complementary Color

#e078bc #78e09c

#e078bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e078bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e078bc Color CSS Codes

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

#e078bc Text Font Color

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

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


#e078bc Background Color

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

This div background color is #e078bc


#e078bc Border Color

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

This div border color is #e078bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e078bc


Comments

No comments written yet.

Please login to write comment.