Color Hex Logo

#90098d Color Hex

#90098D
(144,9,141)
0 Favorites   0 Comments

Color spaces of #90098d

RGB 1449141
HSL0.840.880.30
HSV301°94°56°
CMYK 0.000.940.02   0.44
XYZ16.40708.047825.8879
Yxy8.04780.32590.1599
Hunter Lab28.368653.5903-34.2472
CIE-Lab34.082262.5268-37.5525

#90098d color RGB value is (144,9,141).

#90098d hex color red value is 144, green value is 9 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #90098d hue: 0.84 , saturation: 0.88 and the lightness value of 90098d is 0.30.

The process color (four color CMYK) of #90098d color hex is 0.00, 0.94, 0.02, 0.44. Web safe color of #90098d is #990099. Color #90098d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00001001 10001101
Octal 220 11 215
Decimal 144 9 141
Hex 90 9 8D

RGB Percentages of Color #90098d

%48.98
%3.06
%47.96

CMYK Percentages of Color #90098d

%0
%94
%2
%44

Triadic Colors of #90098d

#90098d #8d9009 #098d90

Analogous Colors of #90098d

#90098d #90094a #500990

Monochromatic Colors of #90098d

#90098d

Complementary Color

#90098d #09900c

#90098d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90098d Color Preview on White Background

Lorem ipsum dolor sit amet.

#90098d Color CSS Codes

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

#90098d Text Font Color

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

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


#90098d Background Color

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

This div background color is #90098d


#90098d Border Color

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

This div border color is #90098d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,9,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90098d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90098d;
  -webkit-box-shadow: 1px 1px 3px 2px #90098d;
  box-shadow:         1px 1px 3px 2px #90098d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90098d


Comments

No comments written yet.

Please login to write comment.