Color Hex Logo

#808cfd Color Hex

#808CFD
(128,140,253)
0 Favorites   0 Comments

Color spaces of #808cfd

RGB 128140253
HSL0.650.970.75
HSV234°49°99°
CMYK 0.490.450.00   0.01
XYZ36.009830.437296.9056
Yxy30.43720.22040.1863
Hunter Lab55.169919.9609-65.5236
CIE-Lab62.029625.4617-57.8460

#808cfd color RGB value is (128,140,253).

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

The process color (four color CMYK) of #808cfd color hex is 0.49, 0.45, 0.00, 0.01. Web safe color of #808cfd is #9999ff. Color #808cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001100 11111101
Octal 200 214 375
Decimal 128 140 253
Hex 80 8C FD

RGB Percentages of Color #808cfd

%24.57
%26.87
%48.56

CMYK Percentages of Color #808cfd

%49
%45
%0
%1

Triadic Colors of #808cfd

#808cfd #fd808c #8cfd80

Analogous Colors of #808cfd

#808cfd #b380fd #80cbfd

Monochromatic Colors of #808cfd

#808cfd

Complementary Color

#808cfd #fdf180

#808cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#808cfd Color CSS Codes

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

#808cfd Text Font Color

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

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


#808cfd Background Color

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

This div background color is #808cfd


#808cfd Border Color

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

This div border color is #808cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808cfd


Comments

No comments written yet.

Please login to write comment.