Color Hex Logo

#808cee Color Hex

#808CEE
(128,140,238)
0 Favorites   0 Comments

Color spaces of #808cee

RGB 128140238
HSL0.650.760.72
HSV233°46°93°
CMYK 0.460.410.00   0.07
XYZ33.712829.518484.8097
Yxy29.51840.22770.1994
Hunter Lab54.330815.6820-54.5193
CIE-Lab61.236421.0182-50.8509

#808cee color RGB value is (128,140,238).

#808cee hex color red value is 128, green value is 140 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #808cee hue: 0.65 , saturation: 0.76 and the lightness value of 808cee is 0.72.

The process color (four color CMYK) of #808cee color hex is 0.46, 0.41, 0.00, 0.07. Web safe color of #808cee is #9999ff. Color #808cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001100 11101110
Octal 200 214 356
Decimal 128 140 238
Hex 80 8C EE

RGB Percentages of Color #808cee

%25.30
%27.67
%47.04

CMYK Percentages of Color #808cee

%46
%41
%0
%7

Triadic Colors of #808cee

#808cee #ee808c #8cee80

Analogous Colors of #808cee

#808cee #ab80ee #80c3ee

Monochromatic Colors of #808cee

#808cee

Complementary Color

#808cee #eee280

#808cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#808cee Color CSS Codes

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

#808cee Text Font Color

<p style="color:#808cee">Text here</p>

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


#808cee Background Color

<div style="background-color:#808cee">
Div content here</div>

This div background color is #808cee


#808cee Border Color

<div style="border:3px solid #808cee">
Div here</div>

This div border color is #808cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,140,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #808cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #808cee;
  -webkit-box-shadow: 1px 1px 3px 2px #808cee;
  box-shadow:         1px 1px 3px 2px #808cee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808cee


Comments

No comments written yet.

Please login to write comment.