Color Hex Logo

#825088 Color Hex

#825088
(130,80,136)
0 Favorites   0 Comments

Color spaces of #825088

RGB 13080136
HSL0.820.260.42
HSV294°41°53°
CMYK 0.040.410.00   0.47
XYZ16.518512.260724.7885
Yxy12.26070.30840.2289
Hunter Lab35.015322.9308-17.4627
CIE-Lab41.627530.6334-22.7641

#825088 color RGB value is (130,80,136).

#825088 hex color red value is 130, green value is 80 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #825088 hue: 0.82 , saturation: 0.26 and the lightness value of 825088 is 0.42.

The process color (four color CMYK) of #825088 color hex is 0.04, 0.41, 0.00, 0.47. Web safe color of #825088 is #996699. Color #825088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010000 10001000
Octal 202 120 210
Decimal 130 80 136
Hex 82 50 88

RGB Percentages of Color #825088

%37.57
%23.12
%39.31

CMYK Percentages of Color #825088

%4
%41
%0
%47

Triadic Colors of #825088

#825088 #888250 #508882

Analogous Colors of #825088

#825088 #885072 #665088

Monochromatic Colors of #825088

#825088

Complementary Color

#825088 #568850

#825088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825088 Color CSS Codes

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

#825088 Text Font Color

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

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


#825088 Background Color

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

This div background color is #825088


#825088 Border Color

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

This div border color is #825088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825088


Comments

No comments written yet.

Please login to write comment.