Color Hex Logo

#e982bd Color Hex

#E982BD
(233,130,189)
0 Favorites   0 Comments

Color spaces of #e982bd

RGB 233130189
HSL0.900.700.71
HSV326°44°91°
CMYK 0.000.440.19   0.09
XYZ50.772236.963052.6027
Yxy36.96300.36180.2634
Hunter Lab60.797242.6716-8.7406
CIE-Lab67.249346.8615-13.3992

#e982bd color RGB value is (233,130,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000010 10111101
Octal 351 202 275
Decimal 233 130 189
Hex E9 82 BD

RGB Percentages of Color #e982bd

%42.21
%23.55
%34.24

CMYK Percentages of Color #e982bd

%0
%44
%19
%9

Triadic Colors of #e982bd

#e982bd #bde982 #82bde9

Analogous Colors of #e982bd

#e982bd #e9828a #e282e9

Monochromatic Colors of #e982bd

#e982bd

Complementary Color

#e982bd #82e9ae

#e982bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e982bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e982bd Color CSS Codes

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

#e982bd Text Font Color

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

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


#e982bd Background Color

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

This div background color is #e982bd


#e982bd Border Color

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

This div border color is #e982bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e982bd


Comments

No comments written yet.

Please login to write comment.