Color Hex Logo

#819ffb Color Hex

#819FFB
(129,159,251)
0 Favorites   0 Comments

Color spaces of #819ffb

RGB 129159251
HSL0.630.940.75
HSV225°49°98°
CMYK 0.490.370.00   0.02
XYZ38.864036.428496.2498
Yxy36.42840.22660.2124
Hunter Lab60.35599.3156-52.3008
CIE-Lab66.846014.0185-49.1070

#819ffb color RGB value is (129,159,251).

#819ffb hex color red value is 129, green value is 159 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #819ffb hue: 0.63 , saturation: 0.94 and the lightness value of 819ffb is 0.75.

The process color (four color CMYK) of #819ffb color hex is 0.49, 0.37, 0.00, 0.02. Web safe color of #819ffb is #9999ff. Color #819ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011111 11111011
Octal 201 237 373
Decimal 129 159 251
Hex 81 9F FB

RGB Percentages of Color #819ffb

%23.93
%29.50
%46.57

CMYK Percentages of Color #819ffb

%49
%37
%0
%2

Triadic Colors of #819ffb

#819ffb #fb819f #9ffb81

Analogous Colors of #819ffb

#819ffb #a081fb #81dcfb

Monochromatic Colors of #819ffb

#819ffb

Complementary Color

#819ffb #fbdd81

#819ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#819ffb Color CSS Codes

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

#819ffb Text Font Color

<p style="color:#819ffb">Text here</p>

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


#819ffb Background Color

<div style="background-color:#819ffb">
Div content here</div>

This div background color is #819ffb


#819ffb Border Color

<div style="border:3px solid #819ffb">
Div here</div>

This div border color is #819ffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,159,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #819ffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #819ffb;
  -webkit-box-shadow: 1px 1px 3px 2px #819ffb;
  box-shadow:         1px 1px 3px 2px #819ffb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819ffb


Comments

No comments written yet.

Please login to write comment.