Color Hex Logo

#906ceb Color Hex

#906CEB
(144,108,235)
0 Favorites   0 Comments

Color spaces of #906ceb

RGB 144108235
HSL0.710.760.67
HSV257°54°92°
CMYK 0.390.540.00   0.08
XYZ31.859622.652681.2905
Yxy22.65260.23460.1668
Hunter Lab47.594736.1959-67.9493
CIE-Lab54.712742.5299-59.5175

#906ceb color RGB value is (144,108,235).

#906ceb hex color red value is 144, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #906ceb hue: 0.71 , saturation: 0.76 and the lightness value of 906ceb is 0.67.

The process color (four color CMYK) of #906ceb color hex is 0.39, 0.54, 0.00, 0.08. Web safe color of #906ceb is #9966ff. Color #906ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101100 11101011
Octal 220 154 353
Decimal 144 108 235
Hex 90 6C EB

RGB Percentages of Color #906ceb

%29.57
%22.18
%48.25

CMYK Percentages of Color #906ceb

%39
%54
%0
%8

Triadic Colors of #906ceb

#906ceb #eb906c #6ceb90

Analogous Colors of #906ceb

#906ceb #d06ceb #6c88eb

Monochromatic Colors of #906ceb

#906ceb

Complementary Color

#906ceb #c7eb6c

#906ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#906ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#906ceb Color CSS Codes

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

#906ceb Text Font Color

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

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


#906ceb Background Color

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

This div background color is #906ceb


#906ceb Border Color

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

This div border color is #906ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #906ceb


Comments

No comments written yet.

Please login to write comment.