Color Hex Logo

#e980bc Color Hex

#E980BC
(233,128,188)
0 Favorites   0 Comments

Color spaces of #e980bc

RGB 233128188
HSL0.900.700.71
HSV326°45°91°
CMYK 0.000.450.19   0.09
XYZ50.400536.392851.9451
Yxy36.39280.36330.2623
Hunter Lab60.326443.5588-8.8241
CIE-Lab66.819047.7238-13.4844

#e980bc color RGB value is (233,128,188).

#e980bc hex color red value is 233, green value is 128 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e980bc hue: 0.90 , saturation: 0.70 and the lightness value of e980bc is 0.71.

The process color (four color CMYK) of #e980bc color hex is 0.00, 0.45, 0.19, 0.09. Web safe color of #e980bc is #ff99cc. Color #e980bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000000 10111100
Octal 351 200 274
Decimal 233 128 188
Hex E9 80 BC

RGB Percentages of Color #e980bc

%42.44
%23.32
%34.24

CMYK Percentages of Color #e980bc

%0
%45
%19
%9

Triadic Colors of #e980bc

#e980bc #bce980 #80bce9

Analogous Colors of #e980bc

#e980bc #e98088 #e280e9

Monochromatic Colors of #e980bc

#e980bc

Complementary Color

#e980bc #80e9ad

#e980bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e980bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e980bc Color CSS Codes

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

#e980bc Text Font Color

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

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


#e980bc Background Color

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

This div background color is #e980bc


#e980bc Border Color

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

This div border color is #e980bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e980bc


Comments

No comments written yet.

Please login to write comment.