Color Hex Logo

#d770aa Color Hex

#D770AA
(215,112,170)
0 Favorites   0 Comments

Color spaces of #d770aa

RGB 215112170
HSL0.910.560.64
HSV326°48°84°
CMYK 0.000.480.21   0.16
XYZ41.074228.937741.4509
Yxy28.93770.36850.2596
Hunter Lab53.793842.1545-8.0304
CIE-Lab60.726647.3008-12.6638

#d770aa color RGB value is (215,112,170).

#d770aa hex color red value is 215, green value is 112 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d770aa hue: 0.91 , saturation: 0.56 and the lightness value of d770aa is 0.64.

The process color (four color CMYK) of #d770aa color hex is 0.00, 0.48, 0.21, 0.16. Web safe color of #d770aa is #cc6699. Color #d770aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110000 10101010
Octal 327 160 252
Decimal 215 112 170
Hex D7 70 AA

RGB Percentages of Color #d770aa

%43.26
%22.54
%34.21

CMYK Percentages of Color #d770aa

%0
%48
%21
%16

Triadic Colors of #d770aa

#d770aa #aad770 #70aad7

Analogous Colors of #d770aa

#d770aa #d77077 #d170d7

Monochromatic Colors of #d770aa

#d770aa

Complementary Color

#d770aa #70d79d

#d770aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d770aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d770aa Color CSS Codes

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

#d770aa Text Font Color

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

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


#d770aa Background Color

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

This div background color is #d770aa


#d770aa Border Color

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

This div border color is #d770aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d770aa


Comments

No comments written yet.

Please login to write comment.