Color Hex Logo

#808cec Color Hex

#808CEC
(128,140,236)
0 Favorites   0 Comments

Color spaces of #808cec

RGB 128140236
HSL0.650.740.71
HSV233°46°93°
CMYK 0.460.410.00   0.07
XYZ33.420529.401583.2705
Yxy29.40150.22880.2013
Hunter Lab54.223215.1282-53.0955
CIE-Lab61.134320.4324-49.9069

#808cec color RGB value is (128,140,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001100 11101100
Octal 200 214 354
Decimal 128 140 236
Hex 80 8C EC

RGB Percentages of Color #808cec

%25.40
%27.78
%46.83

CMYK Percentages of Color #808cec

%46
%41
%0
%7

Triadic Colors of #808cec

#808cec #ec808c #8cec80

Analogous Colors of #808cec

#808cec #aa80ec #80c2ec

Monochromatic Colors of #808cec

#808cec

Complementary Color

#808cec #ece080

#808cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#808cec Color CSS Codes

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

#808cec Text Font Color

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

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


#808cec Background Color

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

This div background color is #808cec


#808cec Border Color

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

This div border color is #808cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808cec


Comments

No comments written yet.

Please login to write comment.