Color Hex Logo

#825ddb Color Hex

#825DDB
(130,93,219)
0 Favorites   0 Comments

Color spaces of #825ddb

RGB 13093219
HSL0.720.640.61
HSV258°58°86°
CMYK 0.410.580.00   0.14
XYZ25.906517.689069.0667
Yxy17.68900.22990.1570
Hunter Lab42.058336.3480-67.9232
CIE-Lab49.116743.5099-59.5732

#825ddb color RGB value is (130,93,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011101 11011011
Octal 202 135 333
Decimal 130 93 219
Hex 82 5D DB

RGB Percentages of Color #825ddb

%29.41
%21.04
%49.55

CMYK Percentages of Color #825ddb

%41
%58
%0
%14

Triadic Colors of #825ddb

#825ddb #db825d #5ddb82

Analogous Colors of #825ddb

#825ddb #c15ddb #5d77db

Monochromatic Colors of #825ddb

#825ddb

Complementary Color

#825ddb #b6db5d

#825ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#825ddb Color CSS Codes

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

#825ddb Text Font Color

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

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


#825ddb Background Color

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

This div background color is #825ddb


#825ddb Border Color

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

This div border color is #825ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,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 #825ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825ddb


Comments

No comments written yet.

Please login to write comment.