Color Hex Logo

#95244b Color Hex

#95244B
(149,36,75)
0 Favorites   0 Comments

Color spaces of #95244b

RGB 1493675
HSL0.940.610.36
HSV339°76°58°
CMYK 0.000.760.50   0.42
XYZ14.29538.15937.4781
Yxy8.15930.47760.2726
Hunter Lab28.564539.34374.4732
CIE-Lab34.312549.03794.8413

#95244b color RGB value is (149,36,75).

#95244b hex color red value is 149, green value is 36 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #95244b hue: 0.94 , saturation: 0.61 and the lightness value of 95244b is 0.36.

The process color (four color CMYK) of #95244b color hex is 0.00, 0.76, 0.50, 0.42. Web safe color of #95244b is #993333. Color #95244b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100100 01001011
Octal 225 44 113
Decimal 149 36 75
Hex 95 24 4B

RGB Percentages of Color #95244b

%57.31
%13.85
%28.85

CMYK Percentages of Color #95244b

%0
%76
%50
%42

Triadic Colors of #95244b

#95244b #4b9524 #244b95

Analogous Colors of #95244b

#95244b #953624 #952484

Monochromatic Colors of #95244b

#95244b

Complementary Color

#95244b #24956e

#95244b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95244b Color Preview on White Background

Lorem ipsum dolor sit amet.

#95244b Color CSS Codes

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

#95244b Text Font Color

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

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


#95244b Background Color

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

This div background color is #95244b


#95244b Border Color

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

This div border color is #95244b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95244b


Comments

No comments written yet.

Please login to write comment.