Color Hex Logo

#809fff Color Hex

#809FFF
(128,159,255)
0 Favorites   1 Comments

Color spaces of #809fff

RGB 128159255
HSL0.631.000.75
HSV225°50°100°
CMYK 0.500.380.00   0.00
XYZ39.350236.605599.5993
Yxy36.60550.22410.2085
Hunter Lab60.502510.2153-55.2516
CIE-Lab66.980014.9819-51.0772

#809fff color RGB value is (128,159,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011111 11111111
Octal 200 237 377
Decimal 128 159 255
Hex 80 9F FF

RGB Percentages of Color #809fff

%23.62
%29.34
%47.05

CMYK Percentages of Color #809fff

%50
%38
%0
%0

Triadic Colors of #809fff

#809fff #ff809f #9fff80

Analogous Colors of #809fff

#809fff #a180ff #80dfff

Monochromatic Colors of #809fff

#809fff

Complementary Color

#809fff #ffe080

#809fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#809fff Color CSS Codes

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

#809fff Text Font Color

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

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


#809fff Background Color

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

This div background color is #809fff


#809fff Border Color

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

This div border color is #809fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809fff

Related Colors


Comments

10 Jun 2012, 6:18 (guest)

Super! I like it! Thanks a lot! (LTU)

Please login to write comment.