Color Hex Logo

#8090ce Color Hex

#8090CE
(128,144,206)
0 Favorites   0 Comments

Color spaces of #8090ce

RGB 128144206
HSL0.630.440.65
HSV228°38°81°
CMYK 0.380.300.00   0.19
XYZ30.015928.991962.4065
Yxy28.99190.24720.2388
Hunter Lab53.84415.2792-31.0275
CIE-Lab60.77459.5681-33.7622

#8090ce color RGB value is (128,144,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010000 11001110
Octal 200 220 316
Decimal 128 144 206
Hex 80 90 CE

RGB Percentages of Color #8090ce

%26.78
%30.13
%43.10

CMYK Percentages of Color #8090ce

%38
%30
%0
%19

Triadic Colors of #8090ce

#8090ce #ce8090 #90ce80

Analogous Colors of #8090ce

#8090ce #9780ce #80b7ce

Monochromatic Colors of #8090ce

#8090ce

Complementary Color

#8090ce #cebe80

#8090ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8090ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8090ce Color CSS Codes

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

#8090ce Text Font Color

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

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


#8090ce Background Color

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

This div background color is #8090ce


#8090ce Border Color

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

This div border color is #8090ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8090ce


Comments

No comments written yet.

Please login to write comment.