Color Hex Logo

#908eec Color Hex

#908EEC
(144,142,236)
0 Favorites   0 Comments

Color spaces of #908eec

RGB 144142236
HSL0.670.710.74
HSV241°40°93°
CMYK 0.390.400.00   0.07
XYZ36.314931.331483.4904
Yxy31.33140.24030.2073
Hunter Lab55.974517.8513-49.2537
CIE-Lab62.786423.2187-47.2194

#908eec color RGB value is (144,142,236).

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

The process color (four color CMYK) of #908eec color hex is 0.39, 0.40, 0.00, 0.07. Web safe color of #908eec is #9999ff. Color #908eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001110 11101100
Octal 220 216 354
Decimal 144 142 236
Hex 90 8E EC

RGB Percentages of Color #908eec

%27.59
%27.20
%45.21

CMYK Percentages of Color #908eec

%39
%40
%0
%7

Triadic Colors of #908eec

#908eec #ec908e #8eec90

Analogous Colors of #908eec

#908eec #bf8eec #8ebbec

Monochromatic Colors of #908eec

#908eec

Complementary Color

#908eec #eaec8e

#908eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#908eec Color CSS Codes

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

#908eec Text Font Color

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

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


#908eec Background Color

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

This div background color is #908eec


#908eec Border Color

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

This div border color is #908eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908eec


Comments

No comments written yet.

Please login to write comment.