Color Hex Logo

#e979bb Color Hex

#E979BB
(233,121,187)
0 Favorites   0 Comments

Color spaces of #e979bb

RGB 233121187
HSL0.900.720.69
HSV325°48°91°
CMYK 0.000.480.20   0.09
XYZ49.411334.586251.0853
Yxy34.58620.36580.2560
Hunter Lab58.810047.0554-10.3352
CIE-Lab65.425251.0662-15.0204

#e979bb color RGB value is (233,121,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111001 10111011
Octal 351 171 273
Decimal 233 121 187
Hex E9 79 BB

RGB Percentages of Color #e979bb

%43.07
%22.37
%34.57

CMYK Percentages of Color #e979bb

%0
%48
%20
%9

Triadic Colors of #e979bb

#e979bb #bbe979 #79bbe9

Analogous Colors of #e979bb

#e979bb #e97983 #df79e9

Monochromatic Colors of #e979bb

#e979bb

Complementary Color

#e979bb #79e9a7

#e979bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e979bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e979bb Color CSS Codes

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

#e979bb Text Font Color

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

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


#e979bb Background Color

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

This div background color is #e979bb


#e979bb Border Color

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

This div border color is #e979bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e979bb


Comments

No comments written yet.

Please login to write comment.