Color Hex Logo

#9078ab Color Hex

#9078AB
(144,120,171)
0 Favorites   0 Comments

Color spaces of #9078ab

RGB 144120171
HSL0.750.230.57
HSV268°30°67°
CMYK 0.160.300.00   0.33
XYZ25.568822.302541.4853
Yxy22.30250.28610.2496
Hunter Lab47.225513.9986-19.0255
CIE-Lab54.346519.5529-23.7040

#9078ab color RGB value is (144,120,171).

#9078ab hex color red value is 144, green value is 120 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9078ab hue: 0.75 , saturation: 0.23 and the lightness value of 9078ab is 0.57.

The process color (four color CMYK) of #9078ab color hex is 0.16, 0.30, 0.00, 0.33. Web safe color of #9078ab is #996699. Color #9078ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01111000 10101011
Octal 220 170 253
Decimal 144 120 171
Hex 90 78 AB

RGB Percentages of Color #9078ab

%33.10
%27.59
%39.31

CMYK Percentages of Color #9078ab

%16
%30
%0
%33

Triadic Colors of #9078ab

#9078ab #ab9078 #78ab90

Analogous Colors of #9078ab

#9078ab #aa78ab #787aab

Monochromatic Colors of #9078ab

#9078ab

Complementary Color

#9078ab #93ab78

#9078ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9078ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9078ab Color CSS Codes

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

#9078ab Text Font Color

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

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


#9078ab Background Color

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

This div background color is #9078ab


#9078ab Border Color

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

This div border color is #9078ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,120,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9078ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9078ab;
  -webkit-box-shadow: 1px 1px 3px 2px #9078ab;
  box-shadow:         1px 1px 3px 2px #9078ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9078ab


Comments

No comments written yet.

Please login to write comment.