Color Hex Logo

#817cc8 Color Hex

#817CC8
(129,124,200)
0 Favorites   0 Comments

Color spaces of #817cc8

RGB 129124200
HSL0.680.410.64
HSV244°38°78°
CMYK 0.360.380.00   0.22
XYZ26.686223.252657.7253
Yxy23.25260.24790.2160
Hunter Lab48.220914.3979-37.2214
CIE-Lab55.331619.9419-38.8841

#817cc8 color RGB value is (129,124,200).

#817cc8 hex color red value is 129, green value is 124 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #817cc8 hue: 0.68 , saturation: 0.41 and the lightness value of 817cc8 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111100 11001000
Octal 201 174 310
Decimal 129 124 200
Hex 81 7C C8

RGB Percentages of Color #817cc8

%28.48
%27.37
%44.15

CMYK Percentages of Color #817cc8

%36
%38
%0
%22

Triadic Colors of #817cc8

#817cc8 #c8817c #7cc881

Analogous Colors of #817cc8

#817cc8 #a77cc8 #7c9dc8

Monochromatic Colors of #817cc8

#817cc8

Complementary Color

#817cc8 #c3c87c

#817cc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817cc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817cc8 Color CSS Codes

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

#817cc8 Text Font Color

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

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


#817cc8 Background Color

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

This div background color is #817cc8


#817cc8 Border Color

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

This div border color is #817cc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817cc8


Comments

No comments written yet.

Please login to write comment.