Color Hex Logo

#817ecf Color Hex

#817ECF
(129,126,207)
0 Favorites   0 Comments

Color spaces of #817ecf

RGB 129126207
HSL0.670.460.65
HSV242°39°81°
CMYK 0.380.390.00   0.19
XYZ27.776624.093862.2181
Yxy24.09380.24350.2112
Hunter Lab49.085415.1106-40.7931
CIE-Lab56.181620.6780-41.5136

#817ecf color RGB value is (129,126,207).

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

The process color (four color CMYK) of #817ecf color hex is 0.38, 0.39, 0.00, 0.19. Web safe color of #817ecf is #9966cc. Color #817ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111110 11001111
Octal 201 176 317
Decimal 129 126 207
Hex 81 7E CF

RGB Percentages of Color #817ecf

%27.92
%27.27
%44.81

CMYK Percentages of Color #817ecf

%38
%39
%0
%19

Triadic Colors of #817ecf

#817ecf #cf817e #7ecf81

Analogous Colors of #817ecf

#817ecf #aa7ecf #7ea4cf

Monochromatic Colors of #817ecf

#817ecf

Complementary Color

#817ecf #cccf7e

#817ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#817ecf Color CSS Codes

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

#817ecf Text Font Color

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

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


#817ecf Background Color

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

This div background color is #817ecf


#817ecf Border Color

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

This div border color is #817ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817ecf


Comments

No comments written yet.

Please login to write comment.