Color Hex Logo

#d577dd Color Hex

#D577DD
(213,119,221)
0 Favorites   0 Comments

Color spaces of #d577dd

RGB 213119221
HSL0.820.600.67
HSV295°46°87°
CMYK 0.040.460.00   0.13
XYZ47.088532.560272.2095
Yxy32.56020.31010.2144
Hunter Lab57.061547.4446-35.0865
CIE-Lab63.803251.6564-36.8196

#d577dd color RGB value is (213,119,221).

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

The process color (four color CMYK) of #d577dd color hex is 0.04, 0.46, 0.00, 0.13. Web safe color of #d577dd is #cc66cc. Color #d577dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110111 11011101
Octal 325 167 335
Decimal 213 119 221
Hex D5 77 DD

RGB Percentages of Color #d577dd

%38.52
%21.52
%39.96

CMYK Percentages of Color #d577dd

%4
%46
%0
%13

Triadic Colors of #d577dd

#d577dd #ddd577 #77ddd5

Analogous Colors of #d577dd

#d577dd #dd77b2 #a277dd

Monochromatic Colors of #d577dd

#d577dd

Complementary Color

#d577dd #7fdd77

#d577dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d577dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d577dd Color CSS Codes

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

#d577dd Text Font Color

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

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


#d577dd Background Color

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

This div background color is #d577dd


#d577dd Border Color

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

This div border color is #d577dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d577dd


Comments

No comments written yet.

Please login to write comment.