Color Hex Logo

#825cdd Color Hex

#825CDD
(130,92,221)
0 Favorites   0 Comments

Color spaces of #825cdd

RGB 13092221
HSL0.720.650.61
HSV258°58°87°
CMYK 0.410.580.00   0.13
XYZ26.084217.620670.4329
Yxy17.62060.22850.1544
Hunter Lab41.976937.4593-70.0987
CIE-Lab49.032744.6117-60.8438

#825cdd color RGB value is (130,92,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011100 11011101
Octal 202 134 335
Decimal 130 92 221
Hex 82 5C DD

RGB Percentages of Color #825cdd

%29.35
%20.77
%49.89

CMYK Percentages of Color #825cdd

%41
%58
%0
%13

Triadic Colors of #825cdd

#825cdd #dd825c #5cdd82

Analogous Colors of #825cdd

#825cdd #c35cdd #5c77dd

Monochromatic Colors of #825cdd

#825cdd

Complementary Color

#825cdd #b7dd5c

#825cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#825cdd Color CSS Codes

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

#825cdd Text Font Color

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

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


#825cdd Background Color

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

This div background color is #825cdd


#825cdd Border Color

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

This div border color is #825cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,92,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825cdd


Comments

No comments written yet.

Please login to write comment.