Color Hex Logo

#906acc Color Hex

#906ACC
(144,106,204)
0 Favorites   0 Comments

Color spaces of #906acc

RGB 144106204
HSL0.730.490.61
HSV263°48°80°
CMYK 0.290.480.00   0.20
XYZ27.554720.597059.6501
Yxy20.59700.25560.1911
Hunter Lab45.383928.9538-46.1587
CIE-Lab52.505635.6369-45.5361

#906acc color RGB value is (144,106,204).

#906acc hex color red value is 144, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #906acc hue: 0.73 , saturation: 0.49 and the lightness value of 906acc is 0.61.

The process color (four color CMYK) of #906acc color hex is 0.29, 0.48, 0.00, 0.20. Web safe color of #906acc is #9966cc. Color #906acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101010 11001100
Octal 220 152 314
Decimal 144 106 204
Hex 90 6A CC

RGB Percentages of Color #906acc

%31.72
%23.35
%44.93

CMYK Percentages of Color #906acc

%29
%48
%0
%20

Triadic Colors of #906acc

#906acc #cc906a #6acc90

Analogous Colors of #906acc

#906acc #c16acc #6a75cc

Monochromatic Colors of #906acc

#906acc

Complementary Color

#906acc #a6cc6a

#906acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#906acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#906acc Color CSS Codes

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

#906acc Text Font Color

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

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


#906acc Background Color

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

This div background color is #906acc


#906acc Border Color

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

This div border color is #906acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #906acc


Comments

No comments written yet.

Please login to write comment.