Color Hex Logo

#817cfe Color Hex

#817CFE
(129,124,254)
0 Favorites   0 Comments

Color spaces of #817cfe

RGB 129124254
HSL0.670.980.74
HSV242°51°100°
CMYK 0.490.510.00   0.00
XYZ34.150326.238297.0305
Yxy26.23820.21690.1667
Hunter Lab51.223229.3645-76.4548
CIE-Lab58.262535.3615-64.4237

#817cfe color RGB value is (129,124,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111100 11111110
Octal 201 174 376
Decimal 129 124 254
Hex 81 7C FE

RGB Percentages of Color #817cfe

%25.44
%24.46
%50.10

CMYK Percentages of Color #817cfe

%49
%51
%0
%0

Triadic Colors of #817cfe

#817cfe #fe817c #7cfe81

Analogous Colors of #817cfe

#817cfe #c27cfe #7cb8fe

Monochromatic Colors of #817cfe

#817cfe

Complementary Color

#817cfe #f9fe7c

#817cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#817cfe Color CSS Codes

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

#817cfe Text Font Color

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

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


#817cfe Background Color

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

This div background color is #817cfe


#817cfe Border Color

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

This div border color is #817cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.