Color Hex Logo

#816ddf Color Hex

#816DDF
(129,109,223)
0 Favorites   0 Comments

Color spaces of #816ddf

RGB 129109223
HSL0.700.640.65
HSV251°51°87°
CMYK 0.420.510.00   0.13
XYZ27.841220.932172.3849
Yxy20.93210.22980.1728
Hunter Lab45.751628.5572-61.7782
CIE-Lab52.875135.1871-55.8023

#816ddf color RGB value is (129,109,223).

#816ddf hex color red value is 129, green value is 109 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #816ddf hue: 0.70 , saturation: 0.64 and the lightness value of 816ddf is 0.65.

The process color (four color CMYK) of #816ddf color hex is 0.42, 0.51, 0.00, 0.13. Web safe color of #816ddf is #9966cc. Color #816ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101101 11011111
Octal 201 155 337
Decimal 129 109 223
Hex 81 6D DF

RGB Percentages of Color #816ddf

%27.98
%23.64
%48.37

CMYK Percentages of Color #816ddf

%42
%51
%0
%13

Triadic Colors of #816ddf

#816ddf #df816d #6ddf81

Analogous Colors of #816ddf

#816ddf #ba6ddf #6d92df

Monochromatic Colors of #816ddf

#816ddf

Complementary Color

#816ddf #cbdf6d

#816ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#816ddf Color CSS Codes

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

#816ddf Text Font Color

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

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


#816ddf Background Color

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

This div background color is #816ddf


#816ddf Border Color

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

This div border color is #816ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816ddf


Comments

No comments written yet.

Please login to write comment.