Color Hex Logo

#951255 Color Hex

#951255
(149,18,85)
0 Favorites   0 Comments

Color spaces of #951255

RGB 1491885
HSL0.910.780.33
HSV329°88°58°
CMYK 0.000.880.43   0.42
XYZ14.25047.47819.2867
Yxy7.47810.45950.2411
Hunter Lab27.346145.1629-0.9925
CIE-Lab32.871454.9706-3.7756

#951255 color RGB value is (149,18,85).

#951255 hex color red value is 149, green value is 18 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #951255 hue: 0.91 , saturation: 0.78 and the lightness value of 951255 is 0.33.

The process color (four color CMYK) of #951255 color hex is 0.00, 0.88, 0.43, 0.42. Web safe color of #951255 is #990066. Color #951255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010010 01010101
Octal 225 22 125
Decimal 149 18 85
Hex 95 12 55

RGB Percentages of Color #951255

%59.13
%7.14
%33.73

CMYK Percentages of Color #951255

%0
%88
%43
%42

Triadic Colors of #951255

#951255 #559512 #125595

Analogous Colors of #951255

#951255 #951214 #941295

Monochromatic Colors of #951255

#951255

Complementary Color

#951255 #129552

#951255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#951255 Color CSS Codes

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

#951255 Text Font Color

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

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


#951255 Background Color

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

This div background color is #951255


#951255 Border Color

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

This div border color is #951255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951255


Comments

No comments written yet.

Please login to write comment.