Color Hex Logo

#95294f Color Hex

#95294F
(149,41,79)
0 Favorites   0 Comments

Color spaces of #95294f

RGB 1494179
HSL0.940.570.37
HSV339°72°58°
CMYK 0.000.720.47   0.42
XYZ14.59868.54008.2761
Yxy8.54000.46470.2718
Hunter Lab29.223338.02963.6652
CIE-Lab35.083147.58363.3545

#95294f color RGB value is (149,41,79).

#95294f hex color red value is 149, green value is 41 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #95294f hue: 0.94 , saturation: 0.57 and the lightness value of 95294f is 0.37.

The process color (four color CMYK) of #95294f color hex is 0.00, 0.72, 0.47, 0.42. Web safe color of #95294f is #993366. Color #95294f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101001 01001111
Octal 225 51 117
Decimal 149 41 79
Hex 95 29 4F

RGB Percentages of Color #95294f

%55.39
%15.24
%29.37

CMYK Percentages of Color #95294f

%0
%72
%47
%42

Triadic Colors of #95294f

#95294f #4f9529 #294f95

Analogous Colors of #95294f

#95294f #953929 #952985

Monochromatic Colors of #95294f

#95294f

Complementary Color

#95294f #29956f

#95294f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95294f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95294f Color CSS Codes

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

#95294f Text Font Color

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

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


#95294f Background Color

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

This div background color is #95294f


#95294f Border Color

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

This div border color is #95294f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,41,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95294f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95294f;
  -webkit-box-shadow: 1px 1px 3px 2px #95294f;
  box-shadow:         1px 1px 3px 2px #95294f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95294f


Comments

No comments written yet.

Please login to write comment.