Color Hex Logo

#951260 Color Hex

#951260
(149,18,96)
0 Favorites   0 Comments

Color spaces of #951260

RGB 1491896
HSL0.900.780.33
HSV324°88°58°
CMYK 0.000.880.36   0.42
XYZ14.72217.666711.7702
Yxy7.66670.43100.2244
Hunter Lab27.688846.4528-5.8213
CIE-Lab33.278956.1134-10.3097

#951260 color RGB value is (149,18,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010010 01100000
Octal 225 22 140
Decimal 149 18 96
Hex 95 12 60

RGB Percentages of Color #951260

%56.65
%6.84
%36.50

CMYK Percentages of Color #951260

%0
%88
%36
%42

Triadic Colors of #951260

#951260 #609512 #126095

Analogous Colors of #951260

#951260 #95121f #891295

Monochromatic Colors of #951260

#951260

Complementary Color

#951260 #129547

#951260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#951260 Color CSS Codes

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

#951260 Text Font Color

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

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


#951260 Background Color

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

This div background color is #951260


#951260 Border Color

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

This div border color is #951260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951260


Comments

No comments written yet.

Please login to write comment.