Color Hex Logo

#9083cc Color Hex

#9083CC
(144,131,204)
0 Favorites   0 Comments

Color spaces of #9083cc

RGB 144131204
HSL0.700.420.66
HSV251°36°80°
CMYK 0.290.360.00   0.20
XYZ30.517026.521560.6375
Yxy26.52150.25930.2254
Hunter Lab51.499015.6512-33.7617
CIE-Lab58.528821.1322-36.0493

#9083cc color RGB value is (144,131,204).

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

The process color (four color CMYK) of #9083cc color hex is 0.29, 0.36, 0.00, 0.20. Web safe color of #9083cc is #9999cc. Color #9083cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10000011 11001100
Octal 220 203 314
Decimal 144 131 204
Hex 90 83 CC

RGB Percentages of Color #9083cc

%30.06
%27.35
%42.59

CMYK Percentages of Color #9083cc

%29
%36
%0
%20

Triadic Colors of #9083cc

#9083cc #cc9083 #83cc90

Analogous Colors of #9083cc

#9083cc #b583cc #839bcc

Monochromatic Colors of #9083cc

#9083cc

Complementary Color

#9083cc #bfcc83

#9083cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9083cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9083cc Color CSS Codes

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

#9083cc Text Font Color

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

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


#9083cc Background Color

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

This div background color is #9083cc


#9083cc Border Color

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

This div border color is #9083cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9083cc


Comments

No comments written yet.

Please login to write comment.