Color Hex Logo

#9083bd Color Hex

#9083BD
(144,131,189)
0 Favorites   0 Comments

Color spaces of #9083bd

RGB 144131189
HSL0.700.310.63
HSV253°31°74°
CMYK 0.240.310.00   0.26
XYZ28.803225.836051.6129
Yxy25.83600.27110.2432
Hunter Lab50.829112.1991-24.6239
CIE-Lab57.881117.3911-28.5607

#9083bd color RGB value is (144,131,189).

#9083bd hex color red value is 144, green value is 131 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9083bd hue: 0.70 , saturation: 0.31 and the lightness value of 9083bd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10000011 10111101
Octal 220 203 275
Decimal 144 131 189
Hex 90 83 BD

RGB Percentages of Color #9083bd

%31.03
%28.23
%40.73

CMYK Percentages of Color #9083bd

%24
%31
%0
%26

Triadic Colors of #9083bd

#9083bd #bd9083 #83bd90

Analogous Colors of #9083bd

#9083bd #ad83bd #8393bd

Monochromatic Colors of #9083bd

#9083bd

Complementary Color

#9083bd #b0bd83

#9083bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9083bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9083bd Color CSS Codes

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

#9083bd Text Font Color

<p style="color:#9083bd">Text here</p>

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


#9083bd Background Color

<div style="background-color:#9083bd">
Div content here</div>

This div background color is #9083bd


#9083bd Border Color

<div style="border:3px solid #9083bd">
Div here</div>

This div border color is #9083bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,131,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9083bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9083bd;
  -webkit-box-shadow: 1px 1px 3px 2px #9083bd;
  box-shadow:         1px 1px 3px 2px #9083bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9083bd


Comments

No comments written yet.

Please login to write comment.