Color Hex Logo

#817edc Color Hex

#817EDC
(129,126,220)
0 Favorites   0 Comments

Color spaces of #817edc

RGB 129126220
HSL0.670.570.68
HSV242°43°86°
CMYK 0.410.430.00   0.14
XYZ29.432424.756170.9373
Yxy24.75610.23520.1978
Hunter Lab49.755518.5179-49.7020
CIE-Lab56.837024.3192-47.8000

#817edc color RGB value is (129,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111110 11011100
Octal 201 176 334
Decimal 129 126 220
Hex 81 7E DC

RGB Percentages of Color #817edc

%27.16
%26.53
%46.32

CMYK Percentages of Color #817edc

%41
%43
%0
%14

Triadic Colors of #817edc

#817edc #dc817e #7edc81

Analogous Colors of #817edc

#817edc #b07edc #7eaadc

Monochromatic Colors of #817edc

#817edc

Complementary Color

#817edc #d9dc7e

#817edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#817edc Color CSS Codes

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

#817edc Text Font Color

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

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


#817edc Background Color

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

This div background color is #817edc


#817edc Border Color

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

This div border color is #817edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,126,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 #817edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817edc


Comments

No comments written yet.

Please login to write comment.