Color Hex Logo

#907eab Color Hex

#907EAB
(144,126,171)
0 Favorites   0 Comments

Color spaces of #907eab

RGB 144126171
HSL0.730.210.58
HSV264°26°67°
CMYK 0.160.260.00   0.33
XYZ26.313123.791341.7334
Yxy23.79130.28650.2591
Hunter Lab48.776310.9359-16.5856
CIE-Lab55.878216.0527-21.3516

#907eab color RGB value is (144,126,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01111110 10101011
Octal 220 176 253
Decimal 144 126 171
Hex 90 7E AB

RGB Percentages of Color #907eab

%32.65
%28.57
%38.78

CMYK Percentages of Color #907eab

%16
%26
%0
%33

Triadic Colors of #907eab

#907eab #ab907e #7eab90

Analogous Colors of #907eab

#907eab #a77eab #7e83ab

Monochromatic Colors of #907eab

#907eab

Complementary Color

#907eab #99ab7e

#907eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#907eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#907eab Color CSS Codes

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

#907eab Text Font Color

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

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


#907eab Background Color

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

This div background color is #907eab


#907eab Border Color

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

This div border color is #907eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #907eab

#907eab Color Palettes


Comments

No comments written yet.

Please login to write comment.