Color Hex Logo

#816ceb Color Hex

#816CEB
(129,108,235)
0 Favorites   0 Comments

Color spaces of #816ceb

RGB 129108235
HSL0.690.760.67
HSV250°54°92°
CMYK 0.450.540.00   0.08
XYZ29.411221.390481.1759
Yxy21.39040.22290.1621
Hunter Lab46.249832.5749-71.6888
CIE-Lab53.374139.1641-61.7400

#816ceb color RGB value is (129,108,235).

#816ceb hex color red value is 129, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #816ceb hue: 0.69 , saturation: 0.76 and the lightness value of 816ceb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101100 11101011
Octal 201 154 353
Decimal 129 108 235
Hex 81 6C EB

RGB Percentages of Color #816ceb

%27.33
%22.88
%49.79

CMYK Percentages of Color #816ceb

%45
%54
%0
%8

Triadic Colors of #816ceb

#816ceb #eb816c #6ceb81

Analogous Colors of #816ceb

#816ceb #c16ceb #6c97eb

Monochromatic Colors of #816ceb

#816ceb

Complementary Color

#816ceb #d6eb6c

#816ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#816ceb Color CSS Codes

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

#816ceb Text Font Color

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

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


#816ceb Background Color

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

This div background color is #816ceb


#816ceb Border Color

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

This div border color is #816ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816ceb


Comments

No comments written yet.

Please login to write comment.