Color Hex Logo

#819cc8 Color Hex

#819CC8
(129,156,200)
0 Favorites   0 Comments

Color spaces of #819cc8

RGB 129156200
HSL0.600.390.65
HSV217°36°78°
CMYK 0.360.220.00   0.22
XYZ31.367132.614259.2855
Yxy32.61420.25450.2646
Hunter Lab57.1088-1.8991-21.5736
CIE-Lab63.84731.3576-25.6473

#819cc8 color RGB value is (129,156,200).

#819cc8 hex color red value is 129, green value is 156 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #819cc8 hue: 0.60 , saturation: 0.39 and the lightness value of 819cc8 is 0.65.

The process color (four color CMYK) of #819cc8 color hex is 0.36, 0.22, 0.00, 0.22. Web safe color of #819cc8 is #9999cc. Color #819cc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011100 11001000
Octal 201 234 310
Decimal 129 156 200
Hex 81 9C C8

RGB Percentages of Color #819cc8

%26.60
%32.16
%41.24

CMYK Percentages of Color #819cc8

%36
%22
%0
%22

Triadic Colors of #819cc8

#819cc8 #c8819c #9cc881

Analogous Colors of #819cc8

#819cc8 #8a81c8 #81c0c8

Monochromatic Colors of #819cc8

#819cc8

Complementary Color

#819cc8 #c8ad81

#819cc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819cc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#819cc8 Color CSS Codes

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

#819cc8 Text Font Color

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

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


#819cc8 Background Color

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

This div background color is #819cc8


#819cc8 Border Color

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

This div border color is #819cc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819cc8


Comments

No comments written yet.

Please login to write comment.