Color Hex Logo

#825fbb Color Hex

#825FBB
(130,95,187)
0 Favorites   0 Comments

Color spaces of #825fbb

RGB 13095187
HSL0.730.400.55
HSV263°49°73°
CMYK 0.300.490.00   0.27
XYZ22.267816.518149.0284
Yxy16.51810.25360.1881
Hunter Lab40.642526.6749-43.0738
CIE-Lab47.647033.8952-43.5580

#825fbb color RGB value is (130,95,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011111 10111011
Octal 202 137 273
Decimal 130 95 187
Hex 82 5F BB

RGB Percentages of Color #825fbb

%31.55
%23.06
%45.39

CMYK Percentages of Color #825fbb

%30
%49
%0
%27

Triadic Colors of #825fbb

#825fbb #bb825f #5fbb82

Analogous Colors of #825fbb

#825fbb #b05fbb #5f6abb

Monochromatic Colors of #825fbb

#825fbb

Complementary Color

#825fbb #98bb5f

#825fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#825fbb Color CSS Codes

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

#825fbb Text Font Color

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

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


#825fbb Background Color

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

This div background color is #825fbb


#825fbb Border Color

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

This div border color is #825fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825fbb


Comments

No comments written yet.

Please login to write comment.