Color Hex Logo

#819fce Color Hex

#819FCE
(129,159,206)
0 Favorites   0 Comments

Color spaces of #819fce

RGB 129159206
HSL0.600.440.66
HSV217°37°81°
CMYK 0.370.230.00   0.19
XYZ32.592033.919663.2219
Yxy33.91960.25120.2615
Hunter Lab58.2405-2.0305-23.5928
CIE-Lab64.89871.2660-27.3719

#819fce color RGB value is (129,159,206).

#819fce hex color red value is 129, green value is 159 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #819fce hue: 0.60 , saturation: 0.44 and the lightness value of 819fce is 0.66.

The process color (four color CMYK) of #819fce color hex is 0.37, 0.23, 0.00, 0.19. Web safe color of #819fce is #9999cc. Color #819fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011111 11001110
Octal 201 237 316
Decimal 129 159 206
Hex 81 9F CE

RGB Percentages of Color #819fce

%26.11
%32.19
%41.70

CMYK Percentages of Color #819fce

%37
%23
%0
%19

Triadic Colors of #819fce

#819fce #ce819f #9fce81

Analogous Colors of #819fce

#819fce #8a81ce #81c6ce

Monochromatic Colors of #819fce

#819fce

Complementary Color

#819fce #ceb081

#819fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#819fce Color CSS Codes

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

#819fce Text Font Color

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

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


#819fce Background Color

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

This div background color is #819fce


#819fce Border Color

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

This div border color is #819fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819fce


Comments

No comments written yet.

Please login to write comment.