Color Hex Logo

#825fef Color Hex

#825FEF
(130,95,239)
0 Favorites   0 Comments

Color spaces of #825fef

RGB 13095239
HSL0.710.820.65
HSV255°60°94°
CMYK 0.460.600.00   0.06
XYZ28.878119.162283.8380
Yxy19.16220.21900.1453
Hunter Lab43.774741.1507-82.9110
CIE-Lab50.876447.8742-68.0075

#825fef color RGB value is (130,95,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011111 11101111
Octal 202 137 357
Decimal 130 95 239
Hex 82 5F EF

RGB Percentages of Color #825fef

%28.02
%20.47
%51.51

CMYK Percentages of Color #825fef

%46
%60
%0
%6

Triadic Colors of #825fef

#825fef #ef825f #5fef82

Analogous Colors of #825fef

#825fef #ca5fef #5f84ef

Monochromatic Colors of #825fef

#825fef

Complementary Color

#825fef #ccef5f

#825fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#825fef Color CSS Codes

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

#825fef Text Font Color

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

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


#825fef Background Color

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

This div background color is #825fef


#825fef Border Color

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

This div border color is #825fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825fef


Comments

No comments written yet.

Please login to write comment.