Color Hex Logo

#819bed Color Hex

#819BED
(129,155,237)
0 Favorites   0 Comments

Color spaces of #819bed

RGB 129155237
HSL0.630.750.72
HSV226°46°93°
CMYK 0.460.350.00   0.07
XYZ36.060734.224284.8261
Yxy34.22420.23250.2206
Hunter Lab58.50157.6511-45.0185
CIE-Lab65.140112.2247-44.1323

#819bed color RGB value is (129,155,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011011 11101101
Octal 201 233 355
Decimal 129 155 237
Hex 81 9B ED

RGB Percentages of Color #819bed

%24.76
%29.75
%45.49

CMYK Percentages of Color #819bed

%46
%35
%0
%7

Triadic Colors of #819bed

#819bed #ed819b #9bed81

Analogous Colors of #819bed

#819bed #9d81ed #81d1ed

Monochromatic Colors of #819bed

#819bed

Complementary Color

#819bed #edd381

#819bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#819bed Color CSS Codes

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

#819bed Text Font Color

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

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


#819bed Background Color

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

This div background color is #819bed


#819bed Border Color

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

This div border color is #819bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819bed


Comments

No comments written yet.

Please login to write comment.