Color Hex Logo

#817bcc Color Hex

#817BCC
(129,123,204)
0 Favorites   0 Comments

Color spaces of #817bcc

RGB 129123204
HSL0.680.440.64
HSV244°40°80°
CMYK 0.370.400.00   0.20
XYZ27.035323.192760.1785
Yxy23.19270.24490.2101
Hunter Lab48.158815.9281-40.3767
CIE-Lab55.270321.6276-41.2511

#817bcc color RGB value is (129,123,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111011 11001100
Octal 201 173 314
Decimal 129 123 204
Hex 81 7B CC

RGB Percentages of Color #817bcc

%28.29
%26.97
%44.74

CMYK Percentages of Color #817bcc

%37
%40
%0
%20

Triadic Colors of #817bcc

#817bcc #cc817b #7bcc81

Analogous Colors of #817bcc

#817bcc #aa7bcc #7b9ecc

Monochromatic Colors of #817bcc

#817bcc

Complementary Color

#817bcc #c6cc7b

#817bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#817bcc Color CSS Codes

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

#817bcc Text Font Color

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

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


#817bcc Background Color

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

This div background color is #817bcc


#817bcc Border Color

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

This div border color is #817bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817bcc


Comments

No comments written yet.

Please login to write comment.