Color Hex Logo

#8093cc Color Hex

#8093CC
(128,147,204)
0 Favorites   0 Comments

Color spaces of #8093cc

RGB 128147204
HSL0.630.430.65
HSV225°37°80°
CMYK 0.370.280.00   0.20
XYZ30.234929.816361.2883
Yxy29.81630.24920.2457
Hunter Lab54.60433.2795-28.3245
CIE-Lab61.49547.2868-31.5210

#8093cc color RGB value is (128,147,204).

#8093cc hex color red value is 128, green value is 147 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8093cc hue: 0.63 , saturation: 0.43 and the lightness value of 8093cc is 0.65.

The process color (four color CMYK) of #8093cc color hex is 0.37, 0.28, 0.00, 0.20. Web safe color of #8093cc is #9999cc. Color #8093cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010011 11001100
Octal 200 223 314
Decimal 128 147 204
Hex 80 93 CC

RGB Percentages of Color #8093cc

%26.72
%30.69
%42.59

CMYK Percentages of Color #8093cc

%37
%28
%0
%20

Triadic Colors of #8093cc

#8093cc #cc8093 #93cc80

Analogous Colors of #8093cc

#8093cc #9380cc #80b9cc

Monochromatic Colors of #8093cc

#8093cc

Complementary Color

#8093cc #ccb980

#8093cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8093cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8093cc Color CSS Codes

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

#8093cc Text Font Color

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

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


#8093cc Background Color

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

This div background color is #8093cc


#8093cc Border Color

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

This div border color is #8093cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,147,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 #8093cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8093cc


Comments

No comments written yet.

Please login to write comment.