Color Hex Logo

#906dcc Color Hex

#906DCC
(144,109,204)
0 Favorites   0 Comments

Color spaces of #906dcc

RGB 144109204
HSL0.730.480.61
HSV262°47°80°
CMYK 0.290.470.00   0.20
XYZ27.869321.226259.7549
Yxy21.22620.25600.1950
Hunter Lab46.071927.3504-44.6483
CIE-Lab53.196233.9148-44.4412

#906dcc color RGB value is (144,109,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101101 11001100
Octal 220 155 314
Decimal 144 109 204
Hex 90 6D CC

RGB Percentages of Color #906dcc

%31.51
%23.85
%44.64

CMYK Percentages of Color #906dcc

%29
%47
%0
%20

Triadic Colors of #906dcc

#906dcc #cc906d #6dcc90

Analogous Colors of #906dcc

#906dcc #c06dcc #6d7acc

Monochromatic Colors of #906dcc

#906dcc

Complementary Color

#906dcc #a9cc6d

#906dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#906dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#906dcc Color CSS Codes

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

#906dcc Text Font Color

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

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


#906dcc Background Color

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

This div background color is #906dcc


#906dcc Border Color

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

This div border color is #906dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #906dcc


Comments

No comments written yet.

Please login to write comment.