Color Hex Logo

#819efb Color Hex

#819EFB
(129,158,251)
0 Favorites   0 Comments

Color spaces of #819efb

RGB 129158251
HSL0.630.940.75
HSV226°49°98°
CMYK 0.490.370.00   0.02
XYZ38.692736.085996.1927
Yxy36.08590.22630.2111
Hunter Lab60.07159.8485-52.8911
CIE-Lab66.585514.5951-49.5181

#819efb color RGB value is (129,158,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011110 11111011
Octal 201 236 373
Decimal 129 158 251
Hex 81 9E FB

RGB Percentages of Color #819efb

%23.98
%29.37
%46.65

CMYK Percentages of Color #819efb

%49
%37
%0
%2

Triadic Colors of #819efb

#819efb #fb819e #9efb81

Analogous Colors of #819efb

#819efb #a181fb #81dbfb

Monochromatic Colors of #819efb

#819efb

Complementary Color

#819efb #fbde81

#819efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#819efb Color CSS Codes

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

#819efb Text Font Color

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

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


#819efb Background Color

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

This div background color is #819efb


#819efb Border Color

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

This div border color is #819efb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,158,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 #819efb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819efb

Related Colors


Comments

No comments written yet.

Please login to write comment.