Color Hex Logo

#951e48 Color Hex

#951E48
(149,30,72)
0 Favorites   0 Comments

Color spaces of #951e48

RGB 1493072
HSL0.940.660.35
HSV339°80°58°
CMYK 0.000.800.52   0.42
XYZ14.02847.78606.8944
Yxy7.78600.48860.2712
Hunter Lab27.903440.90974.8830
CIE-Lab33.533250.73175.6866

#951e48 color RGB value is (149,30,72).

#951e48 hex color red value is 149, green value is 30 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #951e48 hue: 0.94 , saturation: 0.66 and the lightness value of 951e48 is 0.35.

The process color (four color CMYK) of #951e48 color hex is 0.00, 0.80, 0.52, 0.42. Web safe color of #951e48 is #993333. Color #951e48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011110 01001000
Octal 225 36 110
Decimal 149 30 72
Hex 95 1E 48

RGB Percentages of Color #951e48

%59.36
%11.95
%28.69

CMYK Percentages of Color #951e48

%0
%80
%52
%42

Triadic Colors of #951e48

#951e48 #48951e #1e4895

Analogous Colors of #951e48

#951e48 #95301e #951e84

Monochromatic Colors of #951e48

#951e48

Complementary Color

#951e48 #1e956b

#951e48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951e48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#951e48 Color CSS Codes

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

#951e48 Text Font Color

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

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


#951e48 Background Color

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

This div background color is #951e48


#951e48 Border Color

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

This div border color is #951e48


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,30,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #951e48; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #951e48;
  -webkit-box-shadow: 1px 1px 3px 2px #951e48;
  box-shadow:         1px 1px 3px 2px #951e48; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951e48


Comments

No comments written yet.

Please login to write comment.