Color Hex Logo

#825cbe Color Hex

#825CBE
(130,92,190)
0 Favorites   0 Comments

Color spaces of #825cbe

RGB 13092190
HSL0.730.430.55
HSV263°52°75°
CMYK 0.320.520.00   0.25
XYZ22.327316.117850.6495
Yxy16.11780.25060.1809
Hunter Lab40.147029.0136-46.6975
CIE-Lab47.128736.4037-46.1230

#825cbe color RGB value is (130,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011100 10111110
Octal 202 134 276
Decimal 130 92 190
Hex 82 5C BE

RGB Percentages of Color #825cbe

%31.55
%22.33
%46.12

CMYK Percentages of Color #825cbe

%32
%52
%0
%25

Triadic Colors of #825cbe

#825cbe #be825c #5cbe82

Analogous Colors of #825cbe

#825cbe #b35cbe #5c67be

Monochromatic Colors of #825cbe

#825cbe

Complementary Color

#825cbe #98be5c

#825cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#825cbe Color CSS Codes

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

#825cbe Text Font Color

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

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


#825cbe Background Color

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

This div background color is #825cbe


#825cbe Border Color

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

This div border color is #825cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825cbe


Comments

No comments written yet.

Please login to write comment.