Color Hex Logo

#817dcc Color Hex

#817DCC
(129,125,204)
0 Favorites   0 Comments

Color spaces of #817dcc

RGB 129125204
HSL0.680.440.65
HSV243°39°80°
CMYK 0.370.390.00   0.20
XYZ27.286023.694060.2620
Yxy23.69400.24530.2130
Hunter Lab48.676514.8758-39.3281
CIE-Lab55.780120.4434-40.4480

#817dcc color RGB value is (129,125,204).

#817dcc hex color red value is 129, green value is 125 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #817dcc hue: 0.68 , saturation: 0.44 and the lightness value of 817dcc is 0.65.

The process color (four color CMYK) of #817dcc color hex is 0.37, 0.39, 0.00, 0.20. Web safe color of #817dcc is #9966cc. Color #817dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111101 11001100
Octal 201 175 314
Decimal 129 125 204
Hex 81 7D CC

RGB Percentages of Color #817dcc

%28.17
%27.29
%44.54

CMYK Percentages of Color #817dcc

%37
%39
%0
%20

Triadic Colors of #817dcc

#817dcc #cc817d #7dcc81

Analogous Colors of #817dcc

#817dcc #a97dcc #7da1cc

Monochromatic Colors of #817dcc

#817dcc

Complementary Color

#817dcc #c8cc7d

#817dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#817dcc Color CSS Codes

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

#817dcc Text Font Color

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

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


#817dcc Background Color

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

This div background color is #817dcc


#817dcc Border Color

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

This div border color is #817dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817dcc


Comments

No comments written yet.

Please login to write comment.