Color Hex Logo

#825fbe Color Hex

#825FBE
(130,95,190)
0 Favorites   0 Comments

Color spaces of #825fbe

RGB 13095190
HSL0.730.420.56
HSV262°50°75°
CMYK 0.320.500.00   0.25
XYZ22.592416.647950.7378
Yxy16.64790.25110.1850
Hunter Lab40.801827.4341-45.1669
CIE-Lab47.813334.6689-45.0326

#825fbe color RGB value is (130,95,190).

#825fbe hex color red value is 130, green value is 95 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #825fbe hue: 0.73 , saturation: 0.42 and the lightness value of 825fbe is 0.56.

The process color (four color CMYK) of #825fbe color hex is 0.32, 0.50, 0.00, 0.25. Web safe color of #825fbe is #9966cc. Color #825fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011111 10111110
Octal 202 137 276
Decimal 130 95 190
Hex 82 5F BE

RGB Percentages of Color #825fbe

%31.33
%22.89
%45.78

CMYK Percentages of Color #825fbe

%32
%50
%0
%25

Triadic Colors of #825fbe

#825fbe #be825f #5fbe82

Analogous Colors of #825fbe

#825fbe #b25fbe #5f6cbe

Monochromatic Colors of #825fbe

#825fbe

Complementary Color

#825fbe #9bbe5f

#825fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#825fbe Color CSS Codes

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

#825fbe Text Font Color

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

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


#825fbe Background Color

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

This div background color is #825fbe


#825fbe Border Color

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

This div border color is #825fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825fbe


Comments

No comments written yet.

Please login to write comment.