Color Hex Logo

#906beb Color Hex

#906BEB
(144,107,235)
0 Favorites   0 Comments

Color spaces of #906beb

RGB 144107235
HSL0.710.760.67
HSV257°54°92°
CMYK 0.390.540.00   0.08
XYZ31.754722.442881.2555
Yxy22.44280.23440.1657
Hunter Lab47.373836.7444-68.5324
CIE-Lab54.493743.0922-59.8690

#906beb color RGB value is (144,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101011 11101011
Octal 220 153 353
Decimal 144 107 235
Hex 90 6B EB

RGB Percentages of Color #906beb

%29.63
%22.02
%48.35

CMYK Percentages of Color #906beb

%39
%54
%0
%8

Triadic Colors of #906beb

#906beb #eb906b #6beb90

Analogous Colors of #906beb

#906beb #d06beb #6b86eb

Monochromatic Colors of #906beb

#906beb

Complementary Color

#906beb #c6eb6b

#906beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#906beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#906beb Color CSS Codes

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

#906beb Text Font Color

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

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


#906beb Background Color

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

This div background color is #906beb


#906beb Border Color

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

This div border color is #906beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #906beb


Comments

No comments written yet.

Please login to write comment.