Color Hex Logo

#817eca Color Hex

#817ECA
(129,126,202)
0 Favorites   0 Comments

Color spaces of #817eca

RGB 129126202
HSL0.670.420.64
HSV242°38°79°
CMYK 0.360.380.00   0.21
XYZ27.174823.853159.0490
Yxy23.85310.24690.2167
Hunter Lab48.839613.8496-37.4961
CIE-Lab55.940419.3037-39.0624

#817eca color RGB value is (129,126,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111110 11001010
Octal 201 176 312
Decimal 129 126 202
Hex 81 7E CA

RGB Percentages of Color #817eca

%28.23
%27.57
%44.20

CMYK Percentages of Color #817eca

%36
%38
%0
%21

Triadic Colors of #817eca

#817eca #ca817e #7eca81

Analogous Colors of #817eca

#817eca #a77eca #7ea1ca

Monochromatic Colors of #817eca

#817eca

Complementary Color

#817eca #c7ca7e

#817eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#817eca Color CSS Codes

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

#817eca Text Font Color

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

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


#817eca Background Color

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

This div background color is #817eca


#817eca Border Color

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

This div border color is #817eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817eca


Comments

No comments written yet.

Please login to write comment.