Color Hex Logo

#95337b Color Hex

#95337B
(149,51,123)
0 Favorites   0 Comments

Color spaces of #95337b

RGB 14951123
HSL0.880.490.39
HSV316°66°58°
CMYK 0.000.660.17   0.42
XYZ17.153410.187319.8011
Yxy10.18730.36390.2161
Hunter Lab31.917640.0753-14.4402
CIE-Lab38.176549.0383-19.9035

#95337b color RGB value is (149,51,123).

#95337b hex color red value is 149, green value is 51 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #95337b hue: 0.88 , saturation: 0.49 and the lightness value of 95337b is 0.39.

The process color (four color CMYK) of #95337b color hex is 0.00, 0.66, 0.17, 0.42. Web safe color of #95337b is #993366. Color #95337b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110011 01111011
Octal 225 63 173
Decimal 149 51 123
Hex 95 33 7B

RGB Percentages of Color #95337b

%46.13
%15.79
%38.08

CMYK Percentages of Color #95337b

%0
%66
%17
%42

Triadic Colors of #95337b

#95337b #7b9533 #337b95

Analogous Colors of #95337b

#95337b #95334a #7e3395

Monochromatic Colors of #95337b

#95337b

Complementary Color

#95337b #33954d

#95337b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95337b Color Preview on White Background

Lorem ipsum dolor sit amet.

#95337b Color CSS Codes

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

#95337b Text Font Color

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

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


#95337b Background Color

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

This div background color is #95337b


#95337b Border Color

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

This div border color is #95337b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,51,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95337b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95337b;
  -webkit-box-shadow: 1px 1px 3px 2px #95337b;
  box-shadow:         1px 1px 3px 2px #95337b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95337b


Comments

No comments written yet.

Please login to write comment.