Color Hex Logo

#808cef Color Hex

#808CEF
(128,140,239)
0 Favorites   0 Comments

Color spaces of #808cef

RGB 128140239
HSL0.650.780.72
HSV234°46°94°
CMYK 0.460.410.00   0.06
XYZ33.860229.577485.5857
Yxy29.57740.22720.1985
Hunter Lab54.385115.9603-55.2349
CIE-Lab61.287921.3116-51.3218

#808cef color RGB value is (128,140,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001100 11101111
Octal 200 214 357
Decimal 128 140 239
Hex 80 8C EF

RGB Percentages of Color #808cef

%25.25
%27.61
%47.14

CMYK Percentages of Color #808cef

%46
%41
%0
%6

Triadic Colors of #808cef

#808cef #ef808c #8cef80

Analogous Colors of #808cef

#808cef #ac80ef #80c4ef

Monochromatic Colors of #808cef

#808cef

Complementary Color

#808cef #efe380

#808cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#808cef Color CSS Codes

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

#808cef Text Font Color

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

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


#808cef Background Color

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

This div background color is #808cef


#808cef Border Color

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

This div border color is #808cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808cef


Comments

No comments written yet.

Please login to write comment.