Color Hex Logo

#e979dd Color Hex

#E979DD
(233,121,221)
0 Favorites   0 Comments

Color spaces of #e979dd

RGB 233121221
HSL0.850.720.69
HSV306°48°91°
CMYK 0.000.480.05   0.09
XYZ53.492836.218872.5782
Yxy36.21880.32960.2232
Hunter Lab60.182153.3411-29.3750
CIE-Lab66.686856.4067-32.1443

#e979dd color RGB value is (233,121,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111001 11011101
Octal 351 171 335
Decimal 233 121 221
Hex E9 79 DD

RGB Percentages of Color #e979dd

%40.52
%21.04
%38.43

CMYK Percentages of Color #e979dd

%0
%48
%5
%9

Triadic Colors of #e979dd

#e979dd #dde979 #79dde9

Analogous Colors of #e979dd

#e979dd #e979a5 #bd79e9

Monochromatic Colors of #e979dd

#e979dd

Complementary Color

#e979dd #79e985

#e979dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e979dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e979dd Color CSS Codes

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

#e979dd Text Font Color

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

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


#e979dd Background Color

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

This div background color is #e979dd


#e979dd Border Color

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

This div border color is #e979dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e979dd


Comments

No comments written yet.

Please login to write comment.