Color Hex Logo

#908ec5 Color Hex

#908EC5
(144,142,197)
0 Favorites   0 Comments

Color spaces of #908ec5

RGB 144142197
HSL0.670.320.66
HSV242°28°77°
CMYK 0.270.280.00   0.23
XYZ31.252629.306556.8329
Yxy29.30650.26620.2496
Hunter Lab54.13558.3116-24.3494
CIE-Lab61.051212.9889-28.1843

#908ec5 color RGB value is (144,142,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001110 11000101
Octal 220 216 305
Decimal 144 142 197
Hex 90 8E C5

RGB Percentages of Color #908ec5

%29.81
%29.40
%40.79

CMYK Percentages of Color #908ec5

%27
%28
%0
%23

Triadic Colors of #908ec5

#908ec5 #c5908e #8ec590

Analogous Colors of #908ec5

#908ec5 #ac8ec5 #8ea8c5

Monochromatic Colors of #908ec5

#908ec5

Complementary Color

#908ec5 #c3c58e

#908ec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908ec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#908ec5 Color CSS Codes

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

#908ec5 Text Font Color

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

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


#908ec5 Background Color

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

This div background color is #908ec5


#908ec5 Border Color

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

This div border color is #908ec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908ec5


Comments

No comments written yet.

Please login to write comment.