Color Hex Logo

#816eed Color Hex

#816EED
(129,110,237)
0 Favorites   0 Comments

Color spaces of #816eed

RGB 129110237
HSL0.690.780.68
HSV249°54°93°
CMYK 0.460.540.00   0.07
XYZ29.915321.933482.7776
Yxy21.93340.22220.1629
Hunter Lab46.833132.0614-72.0120
CIE-Lab53.956338.5761-61.9213

#816eed color RGB value is (129,110,237).

#816eed hex color red value is 129, green value is 110 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #816eed hue: 0.69 , saturation: 0.78 and the lightness value of 816eed is 0.68.

The process color (four color CMYK) of #816eed color hex is 0.46, 0.54, 0.00, 0.07. Web safe color of #816eed is #9966ff. Color #816eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101110 11101101
Octal 201 156 355
Decimal 129 110 237
Hex 81 6E ED

RGB Percentages of Color #816eed

%27.10
%23.11
%49.79

CMYK Percentages of Color #816eed

%46
%54
%0
%7

Triadic Colors of #816eed

#816eed #ed816e #6eed81

Analogous Colors of #816eed

#816eed #c16eed #6e9bed

Monochromatic Colors of #816eed

#816eed

Complementary Color

#816eed #daed6e

#816eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#816eed Color CSS Codes

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

#816eed Text Font Color

<p style="color:#816eed">Text here</p>

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


#816eed Background Color

<div style="background-color:#816eed">
Div content here</div>

This div background color is #816eed


#816eed Border Color

<div style="border:3px solid #816eed">
Div here</div>

This div border color is #816eed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,110,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #816eed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #816eed;
  -webkit-box-shadow: 1px 1px 3px 2px #816eed;
  box-shadow:         1px 1px 3px 2px #816eed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816eed


Comments

No comments written yet.

Please login to write comment.