Color Hex Logo

#d90183 Color Hex

#D90183
(217,1,131)
0 Favorites   0 Comments

Color spaces of #d90183

RGB 2171131
HSL0.900.990.43
HSV324°100°85°
CMYK 0.001.000.40   0.15
XYZ32.722916.412122.9159
Yxy16.41210.45420.2278
Hunter Lab40.511973.2852-5.1796
CIE-Lab47.510676.6828-9.4648

#d90183 color RGB value is (217,1,131).

#d90183 hex color red value is 217, green value is 1 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #d90183 hue: 0.90 , saturation: 0.99 and the lightness value of d90183 is 0.43.

The process color (four color CMYK) of #d90183 color hex is 0.00, 1.00, 0.40, 0.15. Web safe color of #d90183 is #cc0099. Color #d90183 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000001 10000011
Octal 331 1 203
Decimal 217 1 131
Hex D9 1 83

RGB Percentages of Color #d90183

%62.18
%0.29
%37.54

CMYK Percentages of Color #d90183

%0
%100
%40
%15

Triadic Colors of #d90183

#d90183 #83d901 #0183d9

Analogous Colors of #d90183

#d90183 #d90117 #c301d9

Monochromatic Colors of #d90183

#d90183

Complementary Color

#d90183 #01d957

#d90183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90183 Color CSS Codes

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

#d90183 Text Font Color

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

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


#d90183 Background Color

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

This div background color is #d90183


#d90183 Border Color

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

This div border color is #d90183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90183


Comments

No comments written yet.

Please login to write comment.