Color Hex Logo

#817cef Color Hex

#817CEF
(129,124,239)
0 Favorites   0 Comments

Color spaces of #817cef

RGB 129124239
HSL0.670.780.71
HSV243°48°94°
CMYK 0.460.480.00   0.06
XYZ31.840925.314484.8693
Yxy25.31440.22420.1782
Hunter Lab50.313424.9154-64.7917
CIE-Lab57.380530.9629-57.5423

#817cef color RGB value is (129,124,239).

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

The process color (four color CMYK) of #817cef color hex is 0.46, 0.48, 0.00, 0.06. Web safe color of #817cef is #9966ff. Color #817cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111100 11101111
Octal 201 174 357
Decimal 129 124 239
Hex 81 7C EF

RGB Percentages of Color #817cef

%26.22
%25.20
%48.58

CMYK Percentages of Color #817cef

%46
%48
%0
%6

Triadic Colors of #817cef

#817cef #ef817c #7cef81

Analogous Colors of #817cef

#817cef #bb7cef #7cb1ef

Monochromatic Colors of #817cef

#817cef

Complementary Color

#817cef #eaef7c

#817cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#817cef Color CSS Codes

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

#817cef Text Font Color

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

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


#817cef Background Color

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

This div background color is #817cef


#817cef Border Color

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

This div border color is #817cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817cef


Comments

No comments written yet.

Please login to write comment.