Color Hex Logo

#d928aa Color Hex

#D928AA
(217,40,170)
0 Favorites   0 Comments

Color spaces of #d928aa

RGB 21740170
HSL0.880.700.50
HSV316°82°85°
CMYK 0.000.820.22   0.15
XYZ36.629819.171639.8001
Yxy19.17160.38320.2005
Hunter Lab43.785472.7044-23.2437
CIE-Lab50.887475.5533-27.6776

#d928aa color RGB value is (217,40,170).

#d928aa hex color red value is 217, green value is 40 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d928aa hue: 0.88 , saturation: 0.70 and the lightness value of d928aa is 0.50.

The process color (four color CMYK) of #d928aa color hex is 0.00, 0.82, 0.22, 0.15. Web safe color of #d928aa is #cc3399. Color #d928aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00101000 10101010
Octal 331 50 252
Decimal 217 40 170
Hex D9 28 AA

RGB Percentages of Color #d928aa

%50.82
%9.37
%39.81

CMYK Percentages of Color #d928aa

%0
%82
%22
%15

Triadic Colors of #d928aa

#d928aa #aad928 #28aad9

Analogous Colors of #d928aa

#d928aa #d92851 #b028d9

Monochromatic Colors of #d928aa

#d928aa

Complementary Color

#d928aa #28d957

#d928aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d928aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d928aa Color CSS Codes

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

#d928aa Text Font Color

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

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


#d928aa Background Color

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

This div background color is #d928aa


#d928aa Border Color

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

This div border color is #d928aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,40,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d928aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d928aa;
  -webkit-box-shadow: 1px 1px 3px 2px #d928aa;
  box-shadow:         1px 1px 3px 2px #d928aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,40,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d928aa


Comments

No comments written yet.

Please login to write comment.