Color Hex Logo

#e979bd Color Hex

#E979BD
(233,121,189)
0 Favorites   0 Comments

Color spaces of #e979bd

RGB 233121189
HSL0.900.720.69
HSV324°48°91°
CMYK 0.000.480.19   0.09
XYZ49.627034.672552.2209
Yxy34.67250.36350.2540
Hunter Lab58.883447.3942-11.3632
CIE-Lab65.492951.3587-16.0468

#e979bd color RGB value is (233,121,189).

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

The process color (four color CMYK) of #e979bd color hex is 0.00, 0.48, 0.19, 0.09. Web safe color of #e979bd is #ff66cc. Color #e979bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111001 10111101
Octal 351 171 275
Decimal 233 121 189
Hex E9 79 BD

RGB Percentages of Color #e979bd

%42.91
%22.28
%34.81

CMYK Percentages of Color #e979bd

%0
%48
%19
%9

Triadic Colors of #e979bd

#e979bd #bde979 #79bde9

Analogous Colors of #e979bd

#e979bd #e97985 #dd79e9

Monochromatic Colors of #e979bd

#e979bd

Complementary Color

#e979bd #79e9a5

#e979bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e979bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e979bd Color CSS Codes

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

#e979bd Text Font Color

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

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


#e979bd Background Color

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

This div background color is #e979bd


#e979bd Border Color

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

This div border color is #e979bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e979bd


Comments

No comments written yet.

Please login to write comment.