Color Hex Logo

#d90777 Color Hex

#D90777
(217,7,119)
0 Favorites   0 Comments

Color spaces of #d90777

RGB 2177119
HSL0.910.940.44
HSV328°97°85°
CMYK 0.000.970.45   0.15
XYZ32.021016.235618.8988
Yxy16.23560.47680.2418
Hunter Lab40.293471.33960.3966
CIE-Lab47.282175.1439-2.4563

#d90777 color RGB value is (217,7,119).

#d90777 hex color red value is 217, green value is 7 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #d90777 hue: 0.91 , saturation: 0.94 and the lightness value of d90777 is 0.44.

The process color (four color CMYK) of #d90777 color hex is 0.00, 0.97, 0.45, 0.15. Web safe color of #d90777 is #cc0066. Color #d90777 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000111 01110111
Octal 331 7 167
Decimal 217 7 119
Hex D9 7 77

RGB Percentages of Color #d90777

%63.27
%2.04
%34.69

CMYK Percentages of Color #d90777

%0
%97
%45
%15

Triadic Colors of #d90777

#d90777 #77d907 #0777d9

Analogous Colors of #d90777

#d90777 #d9070e #d207d9

Monochromatic Colors of #d90777

#d90777

Complementary Color

#d90777 #07d969

#d90777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90777 Color CSS Codes

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

#d90777 Text Font Color

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

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


#d90777 Background Color

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

This div background color is #d90777


#d90777 Border Color

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

This div border color is #d90777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90777


Comments

No comments written yet.

Please login to write comment.