Color Hex Logo

#809bfe Color Hex

#809BFE
(128,155,254)
0 Favorites   0 Comments

Color spaces of #809bfe

RGB 128155254
HSL0.630.980.75
HSV227°50°100°
CMYK 0.500.390.00   0.00
XYZ38.512835.187698.5280
Yxy35.18760.22360.2043
Hunter Lab59.319112.0822-56.9562
CIE-Lab65.894516.9985-52.2502

#809bfe color RGB value is (128,155,254).

#809bfe hex color red value is 128, green value is 155 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #809bfe hue: 0.63 , saturation: 0.98 and the lightness value of 809bfe is 0.75.

The process color (four color CMYK) of #809bfe color hex is 0.50, 0.39, 0.00, 0.00. Web safe color of #809bfe is #9999ff. Color #809bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011011 11111110
Octal 200 233 376
Decimal 128 155 254
Hex 80 9B FE

RGB Percentages of Color #809bfe

%23.84
%28.86
%47.30

CMYK Percentages of Color #809bfe

%50
%39
%0
%0

Triadic Colors of #809bfe

#809bfe #fe809b #9bfe80

Analogous Colors of #809bfe

#809bfe #a480fe #80dafe

Monochromatic Colors of #809bfe

#809bfe

Complementary Color

#809bfe #fee380

#809bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#809bfe Color CSS Codes

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

#809bfe Text Font Color

<p style="color:#809bfe">Text here</p>

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


#809bfe Background Color

<div style="background-color:#809bfe">
Div content here</div>

This div background color is #809bfe


#809bfe Border Color

<div style="border:3px solid #809bfe">
Div here</div>

This div border color is #809bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,155,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #809bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #809bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #809bfe;
  box-shadow:         1px 1px 3px 2px #809bfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.