Color Hex Logo

#d277ac Color Hex

#D277AC
(210,119,172)
0 Favorites   0 Comments

Color spaces of #d277ac

RGB 210119172
HSL0.900.500.65
HSV325°43°82°
CMYK 0.000.430.18   0.18
XYZ40.621629.873842.6550
Yxy29.87380.35900.2640
Hunter Lab54.656937.0134-8.0109
CIE-Lab61.545242.3789-12.6426

#d277ac color RGB value is (210,119,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110111 10101100
Octal 322 167 254
Decimal 210 119 172
Hex D2 77 AC

RGB Percentages of Color #d277ac

%41.92
%23.75
%34.33

CMYK Percentages of Color #d277ac

%0
%43
%18
%18

Triadic Colors of #d277ac

#d277ac #acd277 #77acd2

Analogous Colors of #d277ac

#d277ac #d2777f #cb77d2

Monochromatic Colors of #d277ac

#d277ac

Complementary Color

#d277ac #77d29d

#d277ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d277ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d277ac Color CSS Codes

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

#d277ac Text Font Color

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

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


#d277ac Background Color

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

This div background color is #d277ac


#d277ac Border Color

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

This div border color is #d277ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,119,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d277ac


Comments

No comments written yet.

Please login to write comment.