Color Hex Logo

#906acd Color Hex

#906ACD
(144,106,205)
0 Favorites   0 Comments

Color spaces of #906acd

RGB 144106205
HSL0.730.500.61
HSV263°48°80°
CMYK 0.300.480.00   0.20
XYZ27.675120.645160.2839
Yxy20.64510.25480.1901
Hunter Lab45.436929.2078-46.8579
CIE-Lab52.558935.8885-46.0217

#906acd color RGB value is (144,106,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101010 11001101
Octal 220 152 315
Decimal 144 106 205
Hex 90 6A CD

RGB Percentages of Color #906acd

%31.65
%23.30
%45.05

CMYK Percentages of Color #906acd

%30
%48
%0
%20

Triadic Colors of #906acd

#906acd #cd906a #6acd90

Analogous Colors of #906acd

#906acd #c26acd #6a76cd

Monochromatic Colors of #906acd

#906acd

Complementary Color

#906acd #a7cd6a

#906acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#906acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#906acd Color CSS Codes

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

#906acd Text Font Color

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

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


#906acd Background Color

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

This div background color is #906acd


#906acd Border Color

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

This div border color is #906acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #906acd


Comments

No comments written yet.

Please login to write comment.