Color Hex Logo

#827388 Color Hex

#827388
(130,115,136)
0 Favorites   0 Comments

Color spaces of #827388

RGB 130115136
HSL0.790.080.49
HSV283°15°53°
CMYK 0.040.150.00   0.47
XYZ19.780618.784925.8758
Yxy18.78490.30700.2915
Hunter Lab43.34165.6177-5.0583
CIE-Lab50.43469.9477-9.3395

#827388 color RGB value is (130,115,136).

#827388 hex color red value is 130, green value is 115 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #827388 hue: 0.79 , saturation: 0.08 and the lightness value of 827388 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110011 10001000
Octal 202 163 210
Decimal 130 115 136
Hex 82 73 88

RGB Percentages of Color #827388

%34.12
%30.18
%35.70

CMYK Percentages of Color #827388

%4
%15
%0
%47

Triadic Colors of #827388

#827388 #888273 #738882

Analogous Colors of #827388

#827388 #887384 #787388

Monochromatic Colors of #827388

#827388

Complementary Color

#827388 #798873

#827388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827388 Color CSS Codes

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

#827388 Text Font Color

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

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


#827388 Background Color

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

This div background color is #827388


#827388 Border Color

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

This div border color is #827388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827388


Comments

No comments written yet.

Please login to write comment.