Color Hex Logo

#d7779b Color Hex

#D7779B
(215,119,155)
0 Favorites   0 Comments

Color spaces of #d7779b

RGB 215119155
HSL0.940.550.65
HSV338°45°84°
CMYK 0.000.450.28   0.16
XYZ40.537630.007334.6658
Yxy30.00730.38530.2852
Hunter Lab54.778936.23080.8247
CIE-Lab61.660541.6219-2.6689

#d7779b color RGB value is (215,119,155).

#d7779b hex color red value is 215, green value is 119 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #d7779b hue: 0.94 , saturation: 0.55 and the lightness value of d7779b is 0.65.

The process color (four color CMYK) of #d7779b color hex is 0.00, 0.45, 0.28, 0.16. Web safe color of #d7779b is #cc6699. Color #d7779b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110111 10011011
Octal 327 167 233
Decimal 215 119 155
Hex D7 77 9B

RGB Percentages of Color #d7779b

%43.97
%24.34
%31.70

CMYK Percentages of Color #d7779b

%0
%45
%28
%16

Triadic Colors of #d7779b

#d7779b #9bd777 #779bd7

Analogous Colors of #d7779b

#d7779b #d78377 #d777cb

Monochromatic Colors of #d7779b

#d7779b

Complementary Color

#d7779b #77d7b3

#d7779b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7779b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7779b Color CSS Codes

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

#d7779b Text Font Color

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

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


#d7779b Background Color

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

This div background color is #d7779b


#d7779b Border Color

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

This div border color is #d7779b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7779b


Comments

No comments written yet.

Please login to write comment.