Color Hex Logo

#90678e Color Hex

#90678E
(144,103,142)
0 Favorites   0 Comments

Color spaces of #90678e

RGB 144103142
HSL0.840.170.48
HSV303°28°56°
CMYK 0.000.280.01   0.44
XYZ21.234317.582827.8658
Yxy17.58280.31840.2637
Hunter Lab41.931817.0117-10.0489
CIE-Lab48.986123.2787-14.9345

#90678e color RGB value is (144,103,142).

#90678e hex color red value is 144, green value is 103 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #90678e hue: 0.84 , saturation: 0.17 and the lightness value of 90678e is 0.48.

The process color (four color CMYK) of #90678e color hex is 0.00, 0.28, 0.01, 0.44. Web safe color of #90678e is #996699. Color #90678e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01100111 10001110
Octal 220 147 216
Decimal 144 103 142
Hex 90 67 8E

RGB Percentages of Color #90678e

%37.02
%26.48
%36.50

CMYK Percentages of Color #90678e

%0
%28
%1
%44

Triadic Colors of #90678e

#90678e #8e9067 #678e90

Analogous Colors of #90678e

#90678e #90677a #7e6790

Monochromatic Colors of #90678e

#90678e

Complementary Color

#90678e #679069

#90678e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90678e Color Preview on White Background

Lorem ipsum dolor sit amet.

#90678e Color CSS Codes

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

#90678e Text Font Color

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

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


#90678e Background Color

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

This div background color is #90678e


#90678e Border Color

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

This div border color is #90678e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,103,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90678e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90678e;
  -webkit-box-shadow: 1px 1px 3px 2px #90678e;
  box-shadow:         1px 1px 3px 2px #90678e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90678e


Comments

No comments written yet.

Please login to write comment.