Color Hex Logo

#825ce5 Color Hex

#825CE5
(130,92,229)
0 Favorites   0 Comments

Color spaces of #825ce5

RGB 13092229
HSL0.710.720.63
HSV257°60°90°
CMYK 0.430.600.00   0.10
XYZ27.175918.057376.1818
Yxy18.05730.22380.1487
Hunter Lab42.493939.7909-76.5477
CIE-Lab49.565546.7861-64.5086

#825ce5 color RGB value is (130,92,229).

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

The process color (four color CMYK) of #825ce5 color hex is 0.43, 0.60, 0.00, 0.10. Web safe color of #825ce5 is #9966cc. Color #825ce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011100 11100101
Octal 202 134 345
Decimal 130 92 229
Hex 82 5C E5

RGB Percentages of Color #825ce5

%28.82
%20.40
%50.78

CMYK Percentages of Color #825ce5

%43
%60
%0
%10

Triadic Colors of #825ce5

#825ce5 #e5825c #5ce582

Analogous Colors of #825ce5

#825ce5 #c75ce5 #5c7be5

Monochromatic Colors of #825ce5

#825ce5

Complementary Color

#825ce5 #bfe55c

#825ce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825ce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825ce5 Color CSS Codes

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

#825ce5 Text Font Color

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

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


#825ce5 Background Color

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

This div background color is #825ce5


#825ce5 Border Color

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

This div border color is #825ce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825ce5


Comments

No comments written yet.

Please login to write comment.