Color Hex Logo

#817fbc Color Hex

#817FBC
(129,127,188)
0 Favorites   0 Comments

Color spaces of #817fbc

RGB 129127188
HSL0.670.310.62
HSV242°32°74°
CMYK 0.310.320.00   0.26
XYZ25.719723.476750.7528
Yxy23.47670.25730.2349
Hunter Lab48.45289.9591-28.1875
CIE-Lab55.560014.9561-31.6915

#817fbc color RGB value is (129,127,188).

#817fbc hex color red value is 129, green value is 127 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #817fbc hue: 0.67 , saturation: 0.31 and the lightness value of 817fbc is 0.62.

The process color (four color CMYK) of #817fbc color hex is 0.31, 0.32, 0.00, 0.26. Web safe color of #817fbc is #9966cc. Color #817fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111111 10111100
Octal 201 177 274
Decimal 129 127 188
Hex 81 7F BC

RGB Percentages of Color #817fbc

%29.05
%28.60
%42.34

CMYK Percentages of Color #817fbc

%31
%32
%0
%26

Triadic Colors of #817fbc

#817fbc #bc817f #7fbc81

Analogous Colors of #817fbc

#817fbc #a07fbc #7f9cbc

Monochromatic Colors of #817fbc

#817fbc

Complementary Color

#817fbc #babc7f

#817fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#817fbc Color CSS Codes

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

#817fbc Text Font Color

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

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


#817fbc Background Color

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

This div background color is #817fbc


#817fbc Border Color

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

This div border color is #817fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817fbc


Comments

No comments written yet.

Please login to write comment.