Color Hex Logo

#908ebc Color Hex

#908EBC
(144,142,188)
0 Favorites   0 Comments

Color spaces of #908ebc

RGB 144142188
HSL0.670.260.65
HSV243°24°74°
CMYK 0.230.240.00   0.26
XYZ30.251728.906151.5620
Yxy28.90610.27320.2611
Hunter Lab53.76446.3492-19.2262
CIE-Lab60.698710.7842-23.6515

#908ebc color RGB value is (144,142,188).

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

The process color (four color CMYK) of #908ebc color hex is 0.23, 0.24, 0.00, 0.26. Web safe color of #908ebc is #9999cc. Color #908ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001110 10111100
Octal 220 216 274
Decimal 144 142 188
Hex 90 8E BC

RGB Percentages of Color #908ebc

%30.38
%29.96
%39.66

CMYK Percentages of Color #908ebc

%23
%24
%0
%26

Triadic Colors of #908ebc

#908ebc #bc908e #8ebc90

Analogous Colors of #908ebc

#908ebc #a78ebc #8ea3bc

Monochromatic Colors of #908ebc

#908ebc

Complementary Color

#908ebc #babc8e

#908ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#908ebc Color CSS Codes

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

#908ebc Text Font Color

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

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


#908ebc Background Color

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

This div background color is #908ebc


#908ebc Border Color

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

This div border color is #908ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908ebc


Comments

No comments written yet.

Please login to write comment.