Color Hex Logo

#8093ce Color Hex

#8093CE
(128,147,206)
0 Favorites   0 Comments

Color spaces of #8093ce

RGB 128147206
HSL0.630.440.65
HSV225°38°81°
CMYK 0.380.290.00   0.19
XYZ30.476429.912962.5600
Yxy29.91290.24790.2433
Hunter Lab54.69273.7533-29.5337
CIE-Lab61.57907.8328-32.5112

#8093ce color RGB value is (128,147,206).

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

The process color (four color CMYK) of #8093ce color hex is 0.38, 0.29, 0.00, 0.19. Web safe color of #8093ce is #9999cc. Color #8093ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010011 11001110
Octal 200 223 316
Decimal 128 147 206
Hex 80 93 CE

RGB Percentages of Color #8093ce

%26.61
%30.56
%42.83

CMYK Percentages of Color #8093ce

%38
%29
%0
%19

Triadic Colors of #8093ce

#8093ce #ce8093 #93ce80

Analogous Colors of #8093ce

#8093ce #9480ce #80bace

Monochromatic Colors of #8093ce

#8093ce

Complementary Color

#8093ce #cebb80

#8093ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8093ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8093ce Color CSS Codes

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

#8093ce Text Font Color

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

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


#8093ce Background Color

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

This div background color is #8093ce


#8093ce Border Color

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

This div border color is #8093ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8093ce


Comments

No comments written yet.

Please login to write comment.