Color Hex Logo

#e979bc Color Hex

#E979BC
(233,121,188)
0 Favorites   0 Comments

Color spaces of #e979bc

RGB 233121188
HSL0.900.720.69
HSV324°48°91°
CMYK 0.000.480.19   0.09
XYZ49.518734.629251.6511
Yxy34.62920.36460.2550
Hunter Lab58.846647.2241-10.8477
CIE-Lab65.459051.2119-15.5339

#e979bc color RGB value is (233,121,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111001 10111100
Octal 351 171 274
Decimal 233 121 188
Hex E9 79 BC

RGB Percentages of Color #e979bc

%42.99
%22.32
%34.69

CMYK Percentages of Color #e979bc

%0
%48
%19
%9

Triadic Colors of #e979bc

#e979bc #bce979 #79bce9

Analogous Colors of #e979bc

#e979bc #e97984 #de79e9

Monochromatic Colors of #e979bc

#e979bc

Complementary Color

#e979bc #79e9a6

#e979bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e979bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e979bc Color CSS Codes

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

#e979bc Text Font Color

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

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


#e979bc Background Color

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

This div background color is #e979bc


#e979bc Border Color

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

This div border color is #e979bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e979bc


Comments

No comments written yet.

Please login to write comment.