Color Hex Logo

#815bdf Color Hex

#815BDF
(129,91,223)
0 Favorites   0 Comments

Color spaces of #815bdf

RGB 12991223
HSL0.710.670.62
HSV257°59°87°
CMYK 0.420.590.00   0.13
XYZ26.113617.477071.8091
Yxy17.47700.22630.1514
Hunter Lab41.805538.3395-72.5783
CIE-Lab48.855545.4973-62.2685

#815bdf color RGB value is (129,91,223).

#815bdf hex color red value is 129, green value is 91 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #815bdf hue: 0.71 , saturation: 0.67 and the lightness value of 815bdf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011011 11011111
Octal 201 133 337
Decimal 129 91 223
Hex 81 5B DF

RGB Percentages of Color #815bdf

%29.12
%20.54
%50.34

CMYK Percentages of Color #815bdf

%42
%59
%0
%13

Triadic Colors of #815bdf

#815bdf #df815b #5bdf81

Analogous Colors of #815bdf

#815bdf #c35bdf #5b77df

Monochromatic Colors of #815bdf

#815bdf

Complementary Color

#815bdf #b9df5b

#815bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#815bdf Color CSS Codes

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

#815bdf Text Font Color

<p style="color:#815bdf">Text here</p>

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


#815bdf Background Color

<div style="background-color:#815bdf">
Div content here</div>

This div background color is #815bdf


#815bdf Border Color

<div style="border:3px solid #815bdf">
Div here</div>

This div border color is #815bdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,91,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 #815bdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815bdf


Comments

No comments written yet.

Please login to write comment.