Color Hex Logo

#d1779b Color Hex

#D1779B
(209,119,155)
0 Favorites   0 Comments

Color spaces of #d1779b

RGB 209119155
HSL0.930.490.64
HSV336°43°82°
CMYK 0.000.430.26   0.18
XYZ38.807729.115534.5848
Yxy29.11550.37860.2840
Hunter Lab53.958833.9511-0.2307
CIE-Lab60.883439.5398-3.9023

#d1779b color RGB value is (209,119,155).

#d1779b hex color red value is 209, green value is 119 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #d1779b hue: 0.93 , saturation: 0.49 and the lightness value of d1779b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110111 10011011
Octal 321 167 233
Decimal 209 119 155
Hex D1 77 9B

RGB Percentages of Color #d1779b

%43.27
%24.64
%32.09

CMYK Percentages of Color #d1779b

%0
%43
%26
%18

Triadic Colors of #d1779b

#d1779b #9bd177 #779bd1

Analogous Colors of #d1779b

#d1779b #d18077 #d177c8

Monochromatic Colors of #d1779b

#d1779b

Complementary Color

#d1779b #77d1ad

#d1779b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1779b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1779b Color CSS Codes

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

#d1779b Text Font Color

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

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


#d1779b Background Color

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

This div background color is #d1779b


#d1779b Border Color

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

This div border color is #d1779b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1779b


Comments

No comments written yet.

Please login to write comment.