Color Hex Logo

#906cca Color Hex

#906CCA
(144,108,202)
0 Favorites   0 Comments

Color spaces of #906cca

RGB 144108202
HSL0.730.470.61
HSV263°47°79°
CMYK 0.290.470.00   0.21
XYZ27.524820.918758.4641
Yxy20.91870.25750.1957
Hunter Lab45.737027.3828-43.7726
CIE-Lab52.860433.9877-43.8324

#906cca color RGB value is (144,108,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101100 11001010
Octal 220 154 312
Decimal 144 108 202
Hex 90 6C CA

RGB Percentages of Color #906cca

%31.72
%23.79
%44.49

CMYK Percentages of Color #906cca

%29
%47
%0
%21

Triadic Colors of #906cca

#906cca #ca906c #6cca90

Analogous Colors of #906cca

#906cca #bf6cca #6c77ca

Monochromatic Colors of #906cca

#906cca

Complementary Color

#906cca #a6ca6c

#906cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#906cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#906cca Color CSS Codes

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

#906cca Text Font Color

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

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


#906cca Background Color

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

This div background color is #906cca


#906cca Border Color

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

This div border color is #906cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #906cca


Comments

No comments written yet.

Please login to write comment.