Color Hex Logo

#d90790 Color Hex

#D90790
(217,7,144)
0 Favorites   0 Comments

Color spaces of #d90790

RGB 2177144
HSL0.890.940.44
HSV321°97°85°
CMYK 0.000.970.34   0.15
XYZ33.725316.917327.8734
Yxy16.91730.42950.2155
Hunter Lab41.130674.3834-11.3882
CIE-Lab48.155777.4446-16.3779

#d90790 color RGB value is (217,7,144).

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

The process color (four color CMYK) of #d90790 color hex is 0.00, 0.97, 0.34, 0.15. Web safe color of #d90790 is #cc0099. Color #d90790 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000111 10010000
Octal 331 7 220
Decimal 217 7 144
Hex D9 7 90

RGB Percentages of Color #d90790

%58.97
%1.90
%39.13

CMYK Percentages of Color #d90790

%0
%97
%34
%15

Triadic Colors of #d90790

#d90790 #90d907 #0790d9

Analogous Colors of #d90790

#d90790 #d90727 #b907d9

Monochromatic Colors of #d90790

#d90790

Complementary Color

#d90790 #07d950

#d90790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90790 Color CSS Codes

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

#d90790 Text Font Color

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

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


#d90790 Background Color

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

This div background color is #d90790


#d90790 Border Color

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

This div border color is #d90790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90790


Comments

No comments written yet.

Please login to write comment.