Color Hex Logo

#819bee Color Hex

#819BEE
(129,155,238)
0 Favorites   0 Comments

Color spaces of #819bee

RGB 129155238
HSL0.630.760.72
HSV226°46°93°
CMYK 0.460.350.00   0.07
XYZ36.207234.282985.5978
Yxy34.28290.23200.2196
Hunter Lab58.55167.9157-45.6912
CIE-Lab65.186512.5144-44.6087

#819bee color RGB value is (129,155,238).

#819bee hex color red value is 129, green value is 155 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #819bee hue: 0.63 , saturation: 0.76 and the lightness value of 819bee is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011011 11101110
Octal 201 233 356
Decimal 129 155 238
Hex 81 9B EE

RGB Percentages of Color #819bee

%24.71
%29.69
%45.59

CMYK Percentages of Color #819bee

%46
%35
%0
%7

Triadic Colors of #819bee

#819bee #ee819b #9bee81

Analogous Colors of #819bee

#819bee #9e81ee #81d2ee

Monochromatic Colors of #819bee

#819bee

Complementary Color

#819bee #eed481

#819bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#819bee Color CSS Codes

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

#819bee Text Font Color

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

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


#819bee Background Color

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

This div background color is #819bee


#819bee Border Color

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

This div border color is #819bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819bee


Comments

No comments written yet.

Please login to write comment.