Color Hex Logo

#e982bf Color Hex

#E982BF
(233,130,191)
0 Favorites   0 Comments

Color spaces of #e982bf

RGB 233130191
HSL0.900.700.71
HSV324°44°91°
CMYK 0.000.440.18   0.09
XYZ50.990937.050553.7542
Yxy37.05050.35960.2613
Hunter Lab60.869143.0109-9.7513
CIE-Lab67.314947.1603-14.4229

#e982bf color RGB value is (233,130,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000010 10111111
Octal 351 202 277
Decimal 233 130 191
Hex E9 82 BF

RGB Percentages of Color #e982bf

%42.06
%23.47
%34.48

CMYK Percentages of Color #e982bf

%0
%44
%18
%9

Triadic Colors of #e982bf

#e982bf #bfe982 #82bfe9

Analogous Colors of #e982bf

#e982bf #e9828c #e082e9

Monochromatic Colors of #e982bf

#e982bf

Complementary Color

#e982bf #82e9ac

#e982bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e982bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e982bf Color CSS Codes

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

#e982bf Text Font Color

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

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


#e982bf Background Color

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

This div background color is #e982bf


#e982bf Border Color

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

This div border color is #e982bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e982bf


Comments

No comments written yet.

Please login to write comment.