Color Hex Logo

#815ddb Color Hex

#815DDB
(129,93,219)
0 Favorites   0 Comments

Color spaces of #815ddb

RGB 12993219
HSL0.710.640.61
HSV257°58°86°
CMYK 0.410.580.00   0.14
XYZ25.753817.610369.0596
Yxy17.61030.22910.1566
Hunter Lab41.964636.1078-68.1961
CIE-Lab49.020043.2886-59.7341

#815ddb color RGB value is (129,93,219).

#815ddb hex color red value is 129, green value is 93 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #815ddb hue: 0.71 , saturation: 0.64 and the lightness value of 815ddb is 0.61.

The process color (four color CMYK) of #815ddb color hex is 0.41, 0.58, 0.00, 0.14. Web safe color of #815ddb is #9966cc. Color #815ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011101 11011011
Octal 201 135 333
Decimal 129 93 219
Hex 81 5D DB

RGB Percentages of Color #815ddb

%29.25
%21.09
%49.66

CMYK Percentages of Color #815ddb

%41
%58
%0
%14

Triadic Colors of #815ddb

#815ddb #db815d #5ddb81

Analogous Colors of #815ddb

#815ddb #c05ddb #5d78db

Monochromatic Colors of #815ddb

#815ddb

Complementary Color

#815ddb #b7db5d

#815ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#815ddb Color CSS Codes

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

#815ddb Text Font Color

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

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


#815ddb Background Color

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

This div background color is #815ddb


#815ddb Border Color

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

This div border color is #815ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815ddb


Comments

No comments written yet.

Please login to write comment.