Color Hex Logo

#958293 Color Hex

#958293
(149,130,147)
0 Favorites   0 Comments

Color spaces of #958293

RGB 149130147
HSL0.850.080.55
HSV306°13°58°
CMYK 0.000.130.01   0.42
XYZ25.643524.461430.9737
Yxy24.46140.31630.3017
Hunter Lab49.45855.9974-2.5098
CIE-Lab56.546810.3828-6.4542

#958293 color RGB value is (149,130,147).

#958293 hex color red value is 149, green value is 130 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #958293 hue: 0.85 , saturation: 0.08 and the lightness value of 958293 is 0.55.

The process color (four color CMYK) of #958293 color hex is 0.00, 0.13, 0.01, 0.42. Web safe color of #958293 is #999999. Color #958293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000010 10010011
Octal 225 202 223
Decimal 149 130 147
Hex 95 82 93

RGB Percentages of Color #958293

%34.98
%30.52
%34.51

CMYK Percentages of Color #958293

%0
%13
%1
%42

Triadic Colors of #958293

#958293 #939582 #829395

Analogous Colors of #958293

#958293 #95828a #8e8295

Monochromatic Colors of #958293

#958293

Complementary Color

#958293 #829584

#958293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958293 Color CSS Codes

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

#958293 Text Font Color

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

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


#958293 Background Color

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

This div background color is #958293


#958293 Border Color

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

This div border color is #958293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958293


Comments

No comments written yet.

Please login to write comment.