Color Hex Logo

#906eba Color Hex

#906EBA
(144,110,186)
0 Favorites   0 Comments

Color spaces of #906eba

RGB 144110186
HSL0.740.360.58
HSV267°41°73°
CMYK 0.230.410.00   0.27
XYZ25.940520.626349.0684
Yxy20.62630.27120.2157
Hunter Lab45.416222.4761-32.2666
CIE-Lab52.538128.9045-35.1669

#906eba color RGB value is (144,110,186).

#906eba hex color red value is 144, green value is 110 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #906eba hue: 0.74 , saturation: 0.36 and the lightness value of 906eba is 0.58.

The process color (four color CMYK) of #906eba color hex is 0.23, 0.41, 0.00, 0.27. Web safe color of #906eba is #9966cc. Color #906eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101110 10111010
Octal 220 156 272
Decimal 144 110 186
Hex 90 6E BA

RGB Percentages of Color #906eba

%32.73
%25.00
%42.27

CMYK Percentages of Color #906eba

%23
%41
%0
%27

Triadic Colors of #906eba

#906eba #ba906e #6eba90

Analogous Colors of #906eba

#906eba #b66eba #6e72ba

Monochromatic Colors of #906eba

#906eba

Complementary Color

#906eba #98ba6e

#906eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#906eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#906eba Color CSS Codes

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

#906eba Text Font Color

<p style="color:#906eba">Text here</p>

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


#906eba Background Color

<div style="background-color:#906eba">
Div content here</div>

This div background color is #906eba


#906eba Border Color

<div style="border:3px solid #906eba">
Div here</div>

This div border color is #906eba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,110,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #906eba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #906eba;
  -webkit-box-shadow: 1px 1px 3px 2px #906eba;
  box-shadow:         1px 1px 3px 2px #906eba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #906eba


Comments

No comments written yet.

Please login to write comment.