Color Hex Logo

#895292 Color Hex

#895292
(137,82,146)
0 Favorites   0 Comments

Color spaces of #895292

RGB 13782146
HSL0.810.280.45
HSV292°44°57°
CMYK 0.060.440.00   0.43
XYZ18.522113.428328.8098
Yxy13.42830.30480.2210
Hunter Lab36.644626.0950-20.9622
CIE-Lab43.401633.8401-25.9809

#895292 color RGB value is (137,82,146).

#895292 hex color red value is 137, green value is 82 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #895292 hue: 0.81 , saturation: 0.28 and the lightness value of 895292 is 0.45.

The process color (four color CMYK) of #895292 color hex is 0.06, 0.44, 0.00, 0.43. Web safe color of #895292 is #996699. Color #895292 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010010 10010010
Octal 211 122 222
Decimal 137 82 146
Hex 89 52 92

RGB Percentages of Color #895292

%37.53
%22.47
%40.00

CMYK Percentages of Color #895292

%6
%44
%0
%43

Triadic Colors of #895292

#895292 #928952 #529289

Analogous Colors of #895292

#895292 #92527b #695292

Monochromatic Colors of #895292

#895292

Complementary Color

#895292 #5b9252

#895292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895292 Color CSS Codes

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

#895292 Text Font Color

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

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


#895292 Background Color

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

This div background color is #895292


#895292 Border Color

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

This div border color is #895292


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,82,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #895292; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #895292;
  -webkit-box-shadow: 1px 1px 3px 2px #895292;
  box-shadow:         1px 1px 3px 2px #895292; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,82,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895292


Comments

No comments written yet.

Please login to write comment.