Color Hex Logo

#953958 Color Hex

#953958
(149,57,88)
0 Favorites   0 Comments

Color spaces of #953958

RGB 1495788
HSL0.940.450.40
HSV340°62°58°
CMYK 0.000.620.41   0.42
XYZ15.619010.020410.3434
Yxy10.02040.43410.2785
Hunter Lab31.655032.67802.7853
CIE-Lab37.879041.63111.6382

#953958 color RGB value is (149,57,88).

#953958 hex color red value is 149, green value is 57 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #953958 hue: 0.94 , saturation: 0.45 and the lightness value of 953958 is 0.40.

The process color (four color CMYK) of #953958 color hex is 0.00, 0.62, 0.41, 0.42. Web safe color of #953958 is #993366. Color #953958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111001 01011000
Octal 225 71 130
Decimal 149 57 88
Hex 95 39 58

RGB Percentages of Color #953958

%50.68
%19.39
%29.93

CMYK Percentages of Color #953958

%0
%62
%41
%42

Triadic Colors of #953958

#953958 #589539 #395895

Analogous Colors of #953958

#953958 #954839 #953986

Monochromatic Colors of #953958

#953958

Complementary Color

#953958 #399576

#953958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953958 Color CSS Codes

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

#953958 Text Font Color

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

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


#953958 Background Color

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

This div background color is #953958


#953958 Border Color

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

This div border color is #953958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953958


Comments

No comments written yet.

Please login to write comment.