Color Hex Logo

#825dce Color Hex

#825DCE
(130,93,206)
0 Favorites   0 Comments

Color spaces of #825dce

RGB 13093206
HSL0.720.540.59
HSV260°55°81°
CMYK 0.370.550.00   0.19
XYZ24.260917.030860.4011
Yxy17.03080.23860.1675
Hunter Lab41.268432.7171-57.8900
CIE-Lab48.298840.0204-53.4730

#825dce color RGB value is (130,93,206).

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

The process color (four color CMYK) of #825dce color hex is 0.37, 0.55, 0.00, 0.19. Web safe color of #825dce is #9966cc. Color #825dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011101 11001110
Octal 202 135 316
Decimal 130 93 206
Hex 82 5D CE

RGB Percentages of Color #825dce

%30.30
%21.68
%48.02

CMYK Percentages of Color #825dce

%37
%55
%0
%19

Triadic Colors of #825dce

#825dce #ce825d #5dce82

Analogous Colors of #825dce

#825dce #bb5dce #5d71ce

Monochromatic Colors of #825dce

#825dce

Complementary Color

#825dce #a9ce5d

#825dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#825dce Color CSS Codes

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

#825dce Text Font Color

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

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


#825dce Background Color

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

This div background color is #825dce


#825dce Border Color

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

This div border color is #825dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825dce


Comments

No comments written yet.

Please login to write comment.