Color Hex Logo

#825fbd Color Hex

#825FBD
(130,95,189)
0 Favorites   0 Comments

Color spaces of #825fbd

RGB 13095189
HSL0.730.420.56
HSV262°50°74°
CMYK 0.310.500.00   0.26
XYZ22.483416.604450.1641
Yxy16.60440.25190.1860
Hunter Lab40.748527.1793-44.4660
CIE-Lab47.757734.4098-44.5419

#825fbd color RGB value is (130,95,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011111 10111101
Octal 202 137 275
Decimal 130 95 189
Hex 82 5F BD

RGB Percentages of Color #825fbd

%31.40
%22.95
%45.65

CMYK Percentages of Color #825fbd

%31
%50
%0
%26

Triadic Colors of #825fbd

#825fbd #bd825f #5fbd82

Analogous Colors of #825fbd

#825fbd #b15fbd #5f6bbd

Monochromatic Colors of #825fbd

#825fbd

Complementary Color

#825fbd #9abd5f

#825fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#825fbd Color CSS Codes

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

#825fbd Text Font Color

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

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


#825fbd Background Color

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

This div background color is #825fbd


#825fbd Border Color

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

This div border color is #825fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825fbd


Comments

No comments written yet.

Please login to write comment.