Color Hex Logo

#809adf Color Hex

#809ADF
(128,154,223)
0 Favorites   0 Comments

Color spaces of #809adf

RGB 128154223
HSL0.620.600.69
HSV224°43°87°
CMYK 0.430.310.00   0.13
XYZ33.777033.028174.4069
Yxy33.02810.23920.2339
Hunter Lab57.47014.3375-36.5341
CIE-Lab64.18378.5392-37.9152

#809adf color RGB value is (128,154,223).

#809adf hex color red value is 128, green value is 154 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #809adf hue: 0.62 , saturation: 0.60 and the lightness value of 809adf is 0.69.

The process color (four color CMYK) of #809adf color hex is 0.43, 0.31, 0.00, 0.13. Web safe color of #809adf is #9999cc. Color #809adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011010 11011111
Octal 200 232 337
Decimal 128 154 223
Hex 80 9A DF

RGB Percentages of Color #809adf

%25.35
%30.50
%44.16

CMYK Percentages of Color #809adf

%43
%31
%0
%13

Triadic Colors of #809adf

#809adf #df809a #9adf80

Analogous Colors of #809adf

#809adf #9680df #80cadf

Monochromatic Colors of #809adf

#809adf

Complementary Color

#809adf #dfc580

#809adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#809adf Color CSS Codes

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

#809adf Text Font Color

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

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


#809adf Background Color

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

This div background color is #809adf


#809adf Border Color

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

This div border color is #809adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809adf


Comments

No comments written yet.

Please login to write comment.