Color Hex Logo

#8093cb Color Hex

#8093CB
(128,147,203)
0 Favorites   0 Comments

Color spaces of #8093cb

RGB 128147203
HSL0.620.420.65
HSV225°37°80°
CMYK 0.370.280.00   0.20
XYZ30.115329.768460.6585
Yxy29.76840.24980.2470
Hunter Lab54.56043.0445-27.7244
CIE-Lab61.45397.0151-31.0250

#8093cb color RGB value is (128,147,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010011 11001011
Octal 200 223 313
Decimal 128 147 203
Hex 80 93 CB

RGB Percentages of Color #8093cb

%26.78
%30.75
%42.47

CMYK Percentages of Color #8093cb

%37
%28
%0
%20

Triadic Colors of #8093cb

#8093cb #cb8093 #93cb80

Analogous Colors of #8093cb

#8093cb #9380cb #80b9cb

Monochromatic Colors of #8093cb

#8093cb

Complementary Color

#8093cb #cbb880

#8093cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8093cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8093cb Color CSS Codes

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

#8093cb Text Font Color

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

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


#8093cb Background Color

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

This div background color is #8093cb


#8093cb Border Color

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

This div border color is #8093cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8093cb


Comments

No comments written yet.

Please login to write comment.