Color Hex Logo

#906ddc Color Hex

#906DDC
(144,109,220)
0 Favorites   0 Comments

Color spaces of #906ddc

RGB 144109220
HSL0.720.610.65
HSV259°50°86°
CMYK 0.350.500.00   0.14
XYZ29.888522.033970.3878
Yxy22.03390.24440.1801
Hunter Lab46.940331.5116-56.0482
CIE-Lab54.063038.0147-52.1340

#906ddc color RGB value is (144,109,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101101 11011100
Octal 220 155 334
Decimal 144 109 220
Hex 90 6D DC

RGB Percentages of Color #906ddc

%30.44
%23.04
%46.51

CMYK Percentages of Color #906ddc

%35
%50
%0
%14

Triadic Colors of #906ddc

#906ddc #dc906d #6ddc90

Analogous Colors of #906ddc

#906ddc #c86ddc #6d82dc

Monochromatic Colors of #906ddc

#906ddc

Complementary Color

#906ddc #b9dc6d

#906ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#906ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#906ddc Color CSS Codes

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

#906ddc Text Font Color

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

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


#906ddc Background Color

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

This div background color is #906ddc


#906ddc Border Color

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

This div border color is #906ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #906ddc


Comments

No comments written yet.

Please login to write comment.