Color Hex Logo

#825fbc Color Hex

#825FBC
(130,95,188)
0 Favorites   0 Comments

Color spaces of #825fbc

RGB 13095188
HSL0.730.410.55
HSV263°49°74°
CMYK 0.310.490.00   0.26
XYZ22.375216.561149.5943
Yxy16.56110.25270.1871
Hunter Lab40.695326.9264-43.7684
CIE-Lab47.702234.1521-44.0504

#825fbc color RGB value is (130,95,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011111 10111100
Octal 202 137 274
Decimal 130 95 188
Hex 82 5F BC

RGB Percentages of Color #825fbc

%31.48
%23.00
%45.52

CMYK Percentages of Color #825fbc

%31
%49
%0
%26

Triadic Colors of #825fbc

#825fbc #bc825f #5fbc82

Analogous Colors of #825fbc

#825fbc #b15fbc #5f6bbc

Monochromatic Colors of #825fbc

#825fbc

Complementary Color

#825fbc #99bc5f

#825fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#825fbc Color CSS Codes

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

#825fbc Text Font Color

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

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


#825fbc Background Color

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

This div background color is #825fbc


#825fbc Border Color

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

This div border color is #825fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825fbc


Comments

No comments written yet.

Please login to write comment.