Color Hex Logo

#9080be Color Hex

#9080BE
(144,128,190)
0 Favorites   0 Comments

Color spaces of #9080be

RGB 144128190
HSL0.710.320.62
HSV255°33°75°
CMYK 0.240.330.00   0.25
XYZ28.515025.085352.0542
Yxy25.08530.26990.2374
Hunter Lab50.085213.9762-26.5612
CIE-Lab57.158419.3819-30.2498

#9080be color RGB value is (144,128,190).

#9080be hex color red value is 144, green value is 128 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9080be hue: 0.71 , saturation: 0.32 and the lightness value of 9080be is 0.62.

The process color (four color CMYK) of #9080be color hex is 0.24, 0.33, 0.00, 0.25. Web safe color of #9080be is #9999cc. Color #9080be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10000000 10111110
Octal 220 200 276
Decimal 144 128 190
Hex 90 80 BE

RGB Percentages of Color #9080be

%31.17
%27.71
%41.13

CMYK Percentages of Color #9080be

%24
%33
%0
%25

Triadic Colors of #9080be

#9080be #be9080 #80be90

Analogous Colors of #9080be

#9080be #af80be #808fbe

Monochromatic Colors of #9080be

#9080be

Complementary Color

#9080be #aebe80

#9080be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9080be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9080be Color CSS Codes

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

#9080be Text Font Color

<p style="color:#9080be">Text here</p>

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


#9080be Background Color

<div style="background-color:#9080be">
Div content here</div>

This div background color is #9080be


#9080be Border Color

<div style="border:3px solid #9080be">
Div here</div>

This div border color is #9080be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,128,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9080be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9080be;
  -webkit-box-shadow: 1px 1px 3px 2px #9080be;
  box-shadow:         1px 1px 3px 2px #9080be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9080be


Comments

No comments written yet.

Please login to write comment.