Color Hex Logo

#817efc Color Hex

#817EFC
(129,126,252)
0 Favorites   0 Comments

Color spaces of #817efc

RGB 129126252
HSL0.670.950.74
HSV241°50°99°
CMYK 0.490.500.00   0.01
XYZ34.084826.617195.4366
Yxy26.61710.21830.1705
Hunter Lab51.591827.6429-73.5629
CIE-Lab58.618233.6007-62.7507

#817efc color RGB value is (129,126,252).

#817efc hex color red value is 129, green value is 126 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #817efc hue: 0.67 , saturation: 0.95 and the lightness value of 817efc is 0.74.

The process color (four color CMYK) of #817efc color hex is 0.49, 0.50, 0.00, 0.01. Web safe color of #817efc is #9966ff. Color #817efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111110 11111100
Octal 201 176 374
Decimal 129 126 252
Hex 81 7E FC

RGB Percentages of Color #817efc

%25.44
%24.85
%49.70

CMYK Percentages of Color #817efc

%49
%50
%0
%1

Triadic Colors of #817efc

#817efc #fc817e #7efc81

Analogous Colors of #817efc

#817efc #c07efc #7ebafc

Monochromatic Colors of #817efc

#817efc

Complementary Color

#817efc #f9fc7e

#817efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#817efc Color CSS Codes

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

#817efc Text Font Color

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

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


#817efc Background Color

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

This div background color is #817efc


#817efc Border Color

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

This div border color is #817efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817efc


Comments

No comments written yet.

Please login to write comment.