Color Hex Logo

#825990 Color Hex

#825990
(130,89,144)
0 Favorites   0 Comments

Color spaces of #825990

RGB 13089144
HSL0.790.240.46
HSV285°38°56°
CMYK 0.100.380.00   0.44
XYZ17.812313.904228.1305
Yxy13.90420.29760.2323
Hunter Lab37.288320.0132-18.6268
CIE-Lab44.095227.0992-23.7679

#825990 color RGB value is (130,89,144).

#825990 hex color red value is 130, green value is 89 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #825990 hue: 0.79 , saturation: 0.24 and the lightness value of 825990 is 0.46.

The process color (four color CMYK) of #825990 color hex is 0.10, 0.38, 0.00, 0.44. Web safe color of #825990 is #996699. Color #825990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011001 10010000
Octal 202 131 220
Decimal 130 89 144
Hex 82 59 90

RGB Percentages of Color #825990

%35.81
%24.52
%39.67

CMYK Percentages of Color #825990

%10
%38
%0
%44

Triadic Colors of #825990

#825990 #908259 #599082

Analogous Colors of #825990

#825990 #905983 #675990

Monochromatic Colors of #825990

#825990

Complementary Color

#825990 #679059

#825990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825990 Color CSS Codes

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

#825990 Text Font Color

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

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


#825990 Background Color

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

This div background color is #825990


#825990 Border Color

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

This div border color is #825990


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,89,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #825990; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #825990;
  -webkit-box-shadow: 1px 1px 3px 2px #825990;
  box-shadow:         1px 1px 3px 2px #825990; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825990


Comments

No comments written yet.

Please login to write comment.