Color Hex Logo

#90748b Color Hex

#90748B
(144,116,139)
0 Favorites   0 Comments

Color spaces of #90748b

RGB 144116139
HSL0.860.110.51
HSV311°19°56°
CMYK 0.000.190.03   0.44
XYZ22.407220.284227.1603
Yxy20.28420.32080.2904
Hunter Lab45.03809.9905-4.2284
CIE-Lab52.157015.0973-8.3867

#90748b color RGB value is (144,116,139).

#90748b hex color red value is 144, green value is 116 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #90748b hue: 0.86 , saturation: 0.11 and the lightness value of 90748b is 0.51.

The process color (four color CMYK) of #90748b color hex is 0.00, 0.19, 0.03, 0.44. Web safe color of #90748b is #996699. Color #90748b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110100 10001011
Octal 220 164 213
Decimal 144 116 139
Hex 90 74 8B

RGB Percentages of Color #90748b

%36.09
%29.07
%34.84

CMYK Percentages of Color #90748b

%0
%19
%3
%44

Triadic Colors of #90748b

#90748b #8b9074 #748b90

Analogous Colors of #90748b

#90748b #90747d #877490

Monochromatic Colors of #90748b

#90748b

Complementary Color

#90748b #749079

#90748b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90748b Color Preview on White Background

Lorem ipsum dolor sit amet.

#90748b Color CSS Codes

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

#90748b Text Font Color

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

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


#90748b Background Color

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

This div background color is #90748b


#90748b Border Color

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

This div border color is #90748b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,116,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90748b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90748b;
  -webkit-box-shadow: 1px 1px 3px 2px #90748b;
  box-shadow:         1px 1px 3px 2px #90748b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90748b


Comments

No comments written yet.

Please login to write comment.