Color Hex Logo

#e981bd Color Hex

#E981BD
(233,129,189)
0 Favorites   0 Comments

Color spaces of #e981bd

RGB 233129189
HSL0.900.700.71
HSV325°45°91°
CMYK 0.000.450.19   0.09
XYZ50.639836.698352.5586
Yxy36.69830.36200.2623
Hunter Lab60.579143.1997-9.0348
CIE-Lab67.050147.3672-13.6988

#e981bd color RGB value is (233,129,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000001 10111101
Octal 351 201 275
Decimal 233 129 189
Hex E9 81 BD

RGB Percentages of Color #e981bd

%42.29
%23.41
%34.30

CMYK Percentages of Color #e981bd

%0
%45
%19
%9

Triadic Colors of #e981bd

#e981bd #bde981 #81bde9

Analogous Colors of #e981bd

#e981bd #e98189 #e181e9

Monochromatic Colors of #e981bd

#e981bd

Complementary Color

#e981bd #81e9ad

#e981bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e981bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e981bd Color CSS Codes

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

#e981bd Text Font Color

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

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


#e981bd Background Color

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

This div background color is #e981bd


#e981bd Border Color

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

This div border color is #e981bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e981bd


Comments

No comments written yet.

Please login to write comment.