Color Hex Logo

#825feb Color Hex

#825FEB
(130,95,235)
0 Favorites   0 Comments

Color spaces of #825feb

RGB 13095235
HSL0.710.780.65
HSV255°60°92°
CMYK 0.450.600.00   0.08
XYZ28.293518.928480.7596
Yxy18.92840.22110.1479
Hunter Lab43.506839.9460-79.6025
CIE-Lab50.603346.7677-66.2067

#825feb color RGB value is (130,95,235).

#825feb hex color red value is 130, green value is 95 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #825feb hue: 0.71 , saturation: 0.78 and the lightness value of 825feb is 0.65.

The process color (four color CMYK) of #825feb color hex is 0.45, 0.60, 0.00, 0.08. Web safe color of #825feb is #9966ff. Color #825feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011111 11101011
Octal 202 137 353
Decimal 130 95 235
Hex 82 5F EB

RGB Percentages of Color #825feb

%28.26
%20.65
%51.09

CMYK Percentages of Color #825feb

%45
%60
%0
%8

Triadic Colors of #825feb

#825feb #eb825f #5feb82

Analogous Colors of #825feb

#825feb #c85feb #5f82eb

Monochromatic Colors of #825feb

#825feb

Complementary Color

#825feb #c8eb5f

#825feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#825feb Color CSS Codes

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

#825feb Text Font Color

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

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


#825feb Background Color

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

This div background color is #825feb


#825feb Border Color

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

This div border color is #825feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825feb


Comments

No comments written yet.

Please login to write comment.