Color Hex Logo

#906edb Color Hex

#906EDB
(144,110,219)
0 Favorites   0 Comments

Color spaces of #906edb

RGB 144110219
HSL0.720.600.65
HSV259°50°86°
CMYK 0.340.500.00   0.14
XYZ29.863722.195669.7280
Yxy22.19560.24520.1822
Hunter Lab47.112230.7020-54.7731
CIE-Lab54.233937.1837-51.2971

#906edb color RGB value is (144,110,219).

#906edb hex color red value is 144, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #906edb hue: 0.72 , saturation: 0.60 and the lightness value of 906edb is 0.65.

The process color (four color CMYK) of #906edb color hex is 0.34, 0.50, 0.00, 0.14. Web safe color of #906edb is #9966cc. Color #906edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101110 11011011
Octal 220 156 333
Decimal 144 110 219
Hex 90 6E DB

RGB Percentages of Color #906edb

%30.44
%23.26
%46.30

CMYK Percentages of Color #906edb

%34
%50
%0
%14

Triadic Colors of #906edb

#906edb #db906e #6edb90

Analogous Colors of #906edb

#906edb #c76edb #6e83db

Monochromatic Colors of #906edb

#906edb

Complementary Color

#906edb #b9db6e

#906edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#906edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#906edb Color CSS Codes

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

#906edb Text Font Color

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

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


#906edb Background Color

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

This div background color is #906edb


#906edb Border Color

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

This div border color is #906edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #906edb


Comments

No comments written yet.

Please login to write comment.