Color Hex Logo

#d277ad Color Hex

#D277AD
(210,119,173)
0 Favorites   0 Comments

Color spaces of #d277ad

RGB 210119173
HSL0.900.500.65
HSV324°43°82°
CMYK 0.000.430.18   0.18
XYZ40.718029.912443.1628
Yxy29.91240.35780.2629
Hunter Lab54.692237.1807-8.5068
CIE-Lab61.578642.5327-13.1635

#d277ad color RGB value is (210,119,173).

#d277ad hex color red value is 210, green value is 119 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d277ad hue: 0.90 , saturation: 0.50 and the lightness value of d277ad is 0.65.

The process color (four color CMYK) of #d277ad color hex is 0.00, 0.43, 0.18, 0.18. Web safe color of #d277ad is #cc6699. Color #d277ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110111 10101101
Octal 322 167 255
Decimal 210 119 173
Hex D2 77 AD

RGB Percentages of Color #d277ad

%41.83
%23.71
%34.46

CMYK Percentages of Color #d277ad

%0
%43
%18
%18

Triadic Colors of #d277ad

#d277ad #add277 #77add2

Analogous Colors of #d277ad

#d277ad #d27780 #ca77d2

Monochromatic Colors of #d277ad

#d277ad

Complementary Color

#d277ad #77d29c

#d277ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d277ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d277ad Color CSS Codes

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

#d277ad Text Font Color

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

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


#d277ad Background Color

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

This div background color is #d277ad


#d277ad Border Color

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

This div border color is #d277ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d277ad


Comments

No comments written yet.

Please login to write comment.