Color Hex Logo

#906bb1 Color Hex

#906BB1
(144,107,177)
0 Favorites   0 Comments

Color spaces of #906bb1

RGB 144107177
HSL0.750.310.56
HSV272°40°69°
CMYK 0.190.400.00   0.31
XYZ24.695119.619044.0802
Yxy19.61900.27940.2219
Hunter Lab44.293322.0067-27.9994
CIE-Lab51.403728.5184-31.7400

#906bb1 color RGB value is (144,107,177).

#906bb1 hex color red value is 144, green value is 107 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #906bb1 hue: 0.75 , saturation: 0.31 and the lightness value of 906bb1 is 0.56.

The process color (four color CMYK) of #906bb1 color hex is 0.19, 0.40, 0.00, 0.31. Web safe color of #906bb1 is #996699. Color #906bb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101011 10110001
Octal 220 153 261
Decimal 144 107 177
Hex 90 6B B1

RGB Percentages of Color #906bb1

%33.64
%25.00
%41.36

CMYK Percentages of Color #906bb1

%19
%40
%0
%31

Triadic Colors of #906bb1

#906bb1 #b1906b #6bb190

Analogous Colors of #906bb1

#906bb1 #b16baf #6d6bb1

Monochromatic Colors of #906bb1

#906bb1

Complementary Color

#906bb1 #8cb16b

#906bb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#906bb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#906bb1 Color CSS Codes

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

#906bb1 Text Font Color

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

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


#906bb1 Background Color

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

This div background color is #906bb1


#906bb1 Border Color

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

This div border color is #906bb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #906bb1


Comments

No comments written yet.

Please login to write comment.