Color Hex Logo

#825bbc Color Hex

#825BBC
(130,91,188)
0 Favorites   0 Comments

Color spaces of #825bbc

RGB 13091188
HSL0.730.420.55
HSV264°52°74°
CMYK 0.310.520.00   0.26
XYZ22.024115.858849.4772
Yxy15.85880.25210.1815
Hunter Lab39.823129.0287-45.7872
CIE-Lab46.788736.4662-45.5042

#825bbc color RGB value is (130,91,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011011 10111100
Octal 202 133 274
Decimal 130 91 188
Hex 82 5B BC

RGB Percentages of Color #825bbc

%31.78
%22.25
%45.97

CMYK Percentages of Color #825bbc

%31
%52
%0
%26

Triadic Colors of #825bbc

#825bbc #bc825b #5bbc82

Analogous Colors of #825bbc

#825bbc #b35bbc #5b65bc

Monochromatic Colors of #825bbc

#825bbc

Complementary Color

#825bbc #95bc5b

#825bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#825bbc Color CSS Codes

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

#825bbc Text Font Color

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

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


#825bbc Background Color

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

This div background color is #825bbc


#825bbc Border Color

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

This div border color is #825bbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,91,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 #825bbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825bbc


Comments

No comments written yet.

Please login to write comment.