Color Hex Logo

#816df5 Color Hex

#816DF5
(129,109,245)
0 Favorites   0 Comments

Color spaces of #816df5

RGB 129109245
HSL0.690.870.69
HSV249°56°96°
CMYK 0.470.560.00   0.04
XYZ31.003322.197089.0366
Yxy22.19700.21800.1561
Hunter Lab47.113735.0135-79.0681
CIE-Lab54.235441.4472-65.9294

#816df5 color RGB value is (129,109,245).

#816df5 hex color red value is 129, green value is 109 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #816df5 hue: 0.69 , saturation: 0.87 and the lightness value of 816df5 is 0.69.

The process color (four color CMYK) of #816df5 color hex is 0.47, 0.56, 0.00, 0.04. Web safe color of #816df5 is #9966ff. Color #816df5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101101 11110101
Octal 201 155 365
Decimal 129 109 245
Hex 81 6D F5

RGB Percentages of Color #816df5

%26.71
%22.57
%50.72

CMYK Percentages of Color #816df5

%47
%56
%0
%4

Triadic Colors of #816df5

#816df5 #f5816d #6df581

Analogous Colors of #816df5

#816df5 #c56df5 #6d9df5

Monochromatic Colors of #816df5

#816df5

Complementary Color

#816df5 #e1f56d

#816df5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816df5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816df5 Color CSS Codes

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

#816df5 Text Font Color

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

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


#816df5 Background Color

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

This div background color is #816df5


#816df5 Border Color

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

This div border color is #816df5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816df5

Related Colors


Comments

No comments written yet.

Please login to write comment.