Color Hex Logo

#952225 Color Hex

#952225
(149,34,37)
0 Favorites   0 Comments

Color spaces of #952225

RGB 1493437
HSL1.000.630.36
HSV358°77°58°
CMYK 0.000.770.75   0.42
XYZ13.30047.66722.5292
Yxy7.66720.56610.3263
Hunter Lab27.689737.283213.9672
CIE-Lab33.279947.170927.9003

#952225 color RGB value is (149,34,37).

#952225 hex color red value is 149, green value is 34 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #952225 hue: 1.00 , saturation: 0.63 and the lightness value of 952225 is 0.36.

The process color (four color CMYK) of #952225 color hex is 0.00, 0.77, 0.75, 0.42. Web safe color of #952225 is #993333. Color #952225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100010 00100101
Octal 225 42 45
Decimal 149 34 37
Hex 95 22 25

RGB Percentages of Color #952225

%67.73
%15.45
%16.82

CMYK Percentages of Color #952225

%0
%77
%75
%42

Triadic Colors of #952225

#952225 #259522 #222595

Analogous Colors of #952225

#952225 #955922 #95225e

Monochromatic Colors of #952225

#952225

Complementary Color

#952225 #229592

#952225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#952225 Color CSS Codes

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

#952225 Text Font Color

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

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


#952225 Background Color

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

This div background color is #952225


#952225 Border Color

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

This div border color is #952225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952225


Comments

No comments written yet.

Please login to write comment.