Color Hex Logo

#d770ad Color Hex

#D770AD
(215,112,173)
1 Favorites   0 Comments

Color spaces of #d770ad

RGB 215112173
HSL0.900.560.64
HSV324°48°84°
CMYK 0.000.480.20   0.16
XYZ41.361329.052542.9629
Yxy29.05250.36480.2562
Hunter Lab53.900442.6491-9.5286
CIE-Lab60.827947.7428-14.2305

#d770ad color RGB value is (215,112,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110000 10101101
Octal 327 160 255
Decimal 215 112 173
Hex D7 70 AD

RGB Percentages of Color #d770ad

%43.00
%22.40
%34.60

CMYK Percentages of Color #d770ad

%0
%48
%20
%16

Triadic Colors of #d770ad

#d770ad #add770 #70add7

Analogous Colors of #d770ad

#d770ad #d7707a #ce70d7

Monochromatic Colors of #d770ad

#d770ad

Complementary Color

#d770ad #70d79a

#d770ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d770ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d770ad Color CSS Codes

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

#d770ad Text Font Color

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

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


#d770ad Background Color

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

This div background color is #d770ad


#d770ad Border Color

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

This div border color is #d770ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,112,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d770ad


Comments

No comments written yet.

Please login to write comment.