Color Hex Logo

#907dab Color Hex

#907DAB
(144,125,171)
0 Favorites   0 Comments

Color spaces of #907dab

RGB 144125171
HSL0.740.210.58
HSV265°27°67°
CMYK 0.160.270.00   0.33
XYZ26.185923.536841.6910
Yxy23.53680.28650.2575
Hunter Lab48.514711.4448-16.9904
CIE-Lab55.621016.6354-21.7459

#907dab color RGB value is (144,125,171).

#907dab hex color red value is 144, green value is 125 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #907dab hue: 0.74 , saturation: 0.21 and the lightness value of 907dab is 0.58.

The process color (four color CMYK) of #907dab color hex is 0.16, 0.27, 0.00, 0.33. Web safe color of #907dab is #996699. Color #907dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01111101 10101011
Octal 220 175 253
Decimal 144 125 171
Hex 90 7D AB

RGB Percentages of Color #907dab

%32.73
%28.41
%38.86

CMYK Percentages of Color #907dab

%16
%27
%0
%33

Triadic Colors of #907dab

#907dab #ab907d #7dab90

Analogous Colors of #907dab

#907dab #a77dab #7d81ab

Monochromatic Colors of #907dab

#907dab

Complementary Color

#907dab #98ab7d

#907dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#907dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#907dab Color CSS Codes

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

#907dab Text Font Color

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

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


#907dab Background Color

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

This div background color is #907dab


#907dab Border Color

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

This div border color is #907dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,125,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 #907dab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #907dab


Comments

No comments written yet.

Please login to write comment.