Color Hex Logo

#817fdc Color Hex

#817FDC
(129,127,220)
0 Favorites   0 Comments

Color spaces of #817fdc

RGB 129127220
HSL0.670.570.68
HSV241°42°86°
CMYK 0.410.420.00   0.14
XYZ29.560925.013270.9801
Yxy25.01320.23540.1992
Hunter Lab50.013217.9815-49.1368
CIE-Lab57.088323.7277-47.4016

#817fdc color RGB value is (129,127,220).

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

The process color (four color CMYK) of #817fdc color hex is 0.41, 0.42, 0.00, 0.14. Web safe color of #817fdc is #9966cc. Color #817fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111111 11011100
Octal 201 177 334
Decimal 129 127 220
Hex 81 7F DC

RGB Percentages of Color #817fdc

%27.10
%26.68
%46.22

CMYK Percentages of Color #817fdc

%41
%42
%0
%14

Triadic Colors of #817fdc

#817fdc #dc817f #7fdc81

Analogous Colors of #817fdc

#817fdc #b07fdc #7facdc

Monochromatic Colors of #817fdc

#817fdc

Complementary Color

#817fdc #dadc7f

#817fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#817fdc Color CSS Codes

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

#817fdc Text Font Color

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

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


#817fdc Background Color

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

This div background color is #817fdc


#817fdc Border Color

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

This div border color is #817fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817fdc


Comments

No comments written yet.

Please login to write comment.