Color Hex Logo

#908edc Color Hex

#908EDC
(144,142,220)
0 Favorites   0 Comments

Color spaces of #908edc

RGB 144142220
HSL0.670.530.71
HSV242°35°86°
CMYK 0.350.350.00   0.14
XYZ34.092930.442671.7893
Yxy30.44260.25010.2233
Hunter Lab55.174813.7405-38.5213
CIE-Lab62.034218.9046-39.5306

#908edc color RGB value is (144,142,220).

#908edc hex color red value is 144, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #908edc hue: 0.67 , saturation: 0.53 and the lightness value of 908edc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001110 11011100
Octal 220 216 334
Decimal 144 142 220
Hex 90 8E DC

RGB Percentages of Color #908edc

%28.46
%28.06
%43.48

CMYK Percentages of Color #908edc

%35
%35
%0
%14

Triadic Colors of #908edc

#908edc #dc908e #8edc90

Analogous Colors of #908edc

#908edc #b78edc #8eb3dc

Monochromatic Colors of #908edc

#908edc

Complementary Color

#908edc #dadc8e

#908edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#908edc Color CSS Codes

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

#908edc Text Font Color

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

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


#908edc Background Color

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

This div background color is #908edc


#908edc Border Color

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

This div border color is #908edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908edc


Comments

No comments written yet.

Please login to write comment.