Color Hex Logo

#dd77df Color Hex

#DD77DF
(221,119,223)
0 Favorites   0 Comments

Color spaces of #dd77df

RGB 221119223
HSL0.830.620.67
HSV299°47°87°
CMYK 0.010.470.00   0.13
XYZ49.734933.893573.7328
Yxy33.89350.31610.2154
Hunter Lab58.218150.6082-34.3376
CIE-Lab64.877954.3008-36.1845

#dd77df color RGB value is (221,119,223).

#dd77df hex color red value is 221, green value is 119 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dd77df hue: 0.83 , saturation: 0.62 and the lightness value of dd77df is 0.67.

The process color (four color CMYK) of #dd77df color hex is 0.01, 0.47, 0.00, 0.13. Web safe color of #dd77df is #cc66cc. Color #dd77df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110111 11011111
Octal 335 167 337
Decimal 221 119 223
Hex DD 77 DF

RGB Percentages of Color #dd77df

%39.25
%21.14
%39.61

CMYK Percentages of Color #dd77df

%1
%47
%0
%13

Triadic Colors of #dd77df

#dd77df #dfdd77 #77dfdd

Analogous Colors of #dd77df

#dd77df #df77ad #a977df

Monochromatic Colors of #dd77df

#dd77df

Complementary Color

#dd77df #79df77

#dd77df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd77df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd77df Color CSS Codes

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

#dd77df Text Font Color

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

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


#dd77df Background Color

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

This div background color is #dd77df


#dd77df Border Color

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

This div border color is #dd77df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd77df


Comments

No comments written yet.

Please login to write comment.