Color Hex Logo

#d792aa Color Hex

#D792AA
(215,146,170)
0 Favorites   0 Comments

Color spaces of #d792aa

RGB 215146170
HSL0.940.460.71
HSV339°32°84°
CMYK 0.000.320.21   0.16
XYZ45.558937.907142.9458
Yxy37.90710.36040.2999
Hunter Lab61.568724.33901.7418
CIE-Lab67.952129.4421-1.9280

#d792aa color RGB value is (215,146,170).

#d792aa hex color red value is 215, green value is 146 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d792aa hue: 0.94 , saturation: 0.46 and the lightness value of d792aa is 0.71.

The process color (four color CMYK) of #d792aa color hex is 0.00, 0.32, 0.21, 0.16. Web safe color of #d792aa is #cc9999. Color #d792aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010010 10101010
Octal 327 222 252
Decimal 215 146 170
Hex D7 92 AA

RGB Percentages of Color #d792aa

%40.49
%27.50
%32.02

CMYK Percentages of Color #d792aa

%0
%32
%21
%16

Triadic Colors of #d792aa

#d792aa #aad792 #92aad7

Analogous Colors of #d792aa

#d792aa #d79d92 #d792cd

Monochromatic Colors of #d792aa

#d792aa

Complementary Color

#d792aa #92d7bf

#d792aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d792aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d792aa Color CSS Codes

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

#d792aa Text Font Color

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

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


#d792aa Background Color

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

This div background color is #d792aa


#d792aa Border Color

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

This div border color is #d792aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d792aa


Comments

No comments written yet.

Please login to write comment.