Color Hex Logo

#809bed Color Hex

#809BED
(128,155,237)
0 Favorites   0 Comments

Color spaces of #809bed

RGB 128155237
HSL0.630.750.72
HSV225°46°93°
CMYK 0.460.350.00   0.07
XYZ35.909534.146384.8190
Yxy34.14630.23190.2205
Hunter Lab58.43487.4312-45.1559
CIE-Lab65.078511.9836-44.2334

#809bed color RGB value is (128,155,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011011 11101101
Octal 200 233 355
Decimal 128 155 237
Hex 80 9B ED

RGB Percentages of Color #809bed

%24.62
%29.81
%45.58

CMYK Percentages of Color #809bed

%46
%35
%0
%7

Triadic Colors of #809bed

#809bed #ed809b #9bed80

Analogous Colors of #809bed

#809bed #9c80ed #80d2ed

Monochromatic Colors of #809bed

#809bed

Complementary Color

#809bed #edd280

#809bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#809bed Color CSS Codes

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

#809bed Text Font Color

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

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


#809bed Background Color

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

This div background color is #809bed


#809bed Border Color

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

This div border color is #809bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809bed

#809bed Color Palettes


Comments

No comments written yet.

Please login to write comment.