Color Hex Logo

#906edc Color Hex

#906EDC
(144,110,220)
0 Favorites   0 Comments

Color spaces of #906edc

RGB 144110220
HSL0.720.610.65
HSV259°50°86°
CMYK 0.350.500.00   0.14
XYZ29.995822.248570.4236
Yxy22.24850.24450.1814
Hunter Lab47.168330.9692-55.5038
CIE-Lab54.289737.4438-51.7724

#906edc color RGB value is (144,110,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101110 11011100
Octal 220 156 334
Decimal 144 110 220
Hex 90 6E DC

RGB Percentages of Color #906edc

%30.38
%23.21
%46.41

CMYK Percentages of Color #906edc

%35
%50
%0
%14

Triadic Colors of #906edc

#906edc #dc906e #6edc90

Analogous Colors of #906edc

#906edc #c76edc #6e83dc

Monochromatic Colors of #906edc

#906edc

Complementary Color

#906edc #badc6e

#906edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#906edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#906edc Color CSS Codes

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

#906edc Text Font Color

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

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


#906edc Background Color

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

This div background color is #906edc


#906edc Border Color

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

This div border color is #906edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #906edc


Comments

No comments written yet.

Please login to write comment.