Color Hex Logo

#819afd Color Hex

#819AFD
(129,154,253)
0 Favorites   0 Comments

Color spaces of #819afd

RGB 129154253
HSL0.630.970.75
HSV228°49°99°
CMYK 0.490.390.00   0.01
XYZ38.338534.870297.6385
Yxy34.87020.22440.2041
Hunter Lab59.051012.5508-56.6980
CIE-Lab65.647517.5041-52.0921

#819afd color RGB value is (129,154,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011010 11111101
Octal 201 232 375
Decimal 129 154 253
Hex 81 9A FD

RGB Percentages of Color #819afd

%24.07
%28.73
%47.20

CMYK Percentages of Color #819afd

%49
%39
%0
%1

Triadic Colors of #819afd

#819afd #fd819a #9afd81

Analogous Colors of #819afd

#819afd #a681fd #81d8fd

Monochromatic Colors of #819afd

#819afd

Complementary Color

#819afd #fde481

#819afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#819afd Color CSS Codes

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

#819afd Text Font Color

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

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


#819afd Background Color

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

This div background color is #819afd


#819afd Border Color

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

This div border color is #819afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819afd


Comments

No comments written yet.

Please login to write comment.