Color Hex Logo

#e980bd Color Hex

#E980BD
(233,128,189)
0 Favorites   0 Comments

Color spaces of #e980bd

RGB 233128189
HSL0.900.700.71
HSV325°45°91°
CMYK 0.000.450.19   0.09
XYZ50.508836.436152.5149
Yxy36.43610.36220.2613
Hunter Lab60.362343.7277-9.3284
CIE-Lab66.851847.8720-13.9971

#e980bd color RGB value is (233,128,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000000 10111101
Octal 351 200 275
Decimal 233 128 189
Hex E9 80 BD

RGB Percentages of Color #e980bd

%42.36
%23.27
%34.36

CMYK Percentages of Color #e980bd

%0
%45
%19
%9

Triadic Colors of #e980bd

#e980bd #bde980 #80bde9

Analogous Colors of #e980bd

#e980bd #e98089 #e180e9

Monochromatic Colors of #e980bd

#e980bd

Complementary Color

#e980bd #80e9ac

#e980bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e980bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e980bd Color CSS Codes

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

#e980bd Text Font Color

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

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


#e980bd Background Color

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

This div background color is #e980bd


#e980bd Border Color

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

This div border color is #e980bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,128,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e980bd


Comments

No comments written yet.

Please login to write comment.