Color Hex Logo

#d90050 Color Hex

#D90050
(217,0,80)
0 Favorites   0 Comments

Color spaces of #d90050

RGB 217080
HSL0.941.000.43
HSV338°100°85°
CMYK 0.001.000.63   0.15
XYZ30.063215.33098.9641
Yxy15.33090.55310.2820
Hunter Lab39.154768.532613.8344
CIE-Lab46.084173.067420.0363

#d90050 color RGB value is (217,0,80).

#d90050 hex color red value is 217, green value is 0 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #d90050 hue: 0.94 , saturation: 1.00 and the lightness value of d90050 is 0.43.

The process color (four color CMYK) of #d90050 color hex is 0.00, 1.00, 0.63, 0.15. Web safe color of #d90050 is #cc0066. Color #d90050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000000 01010000
Octal 331 0 120
Decimal 217 0 80
Hex D9 0 50

RGB Percentages of Color #d90050

%73.06
%0.00
%26.94

CMYK Percentages of Color #d90050

%0
%100
%63
%15

Triadic Colors of #d90050

#d90050 #50d900 #0050d9

Analogous Colors of #d90050

#d90050 #d91d00 #d900bd

Monochromatic Colors of #d90050

#d90050

Complementary Color

#d90050 #00d989

#d90050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90050 Color CSS Codes

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

#d90050 Text Font Color

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

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


#d90050 Background Color

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

This div background color is #d90050


#d90050 Border Color

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

This div border color is #d90050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90050


Comments

No comments written yet.

Please login to write comment.