Color Hex Logo

#951280 Color Hex

#951280
(149,18,128)
0 Favorites   0 Comments

Color spaces of #951280

RGB 14918128
HSL0.860.780.33
HSV310°88°58°
CMYK 0.000.880.14   0.42
XYZ16.50708.380721.1697
Yxy8.38070.35840.1820
Hunter Lab28.949451.1194-23.0921
CIE-Lab34.763560.1549-28.3407

#951280 color RGB value is (149,18,128).

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

The process color (four color CMYK) of #951280 color hex is 0.00, 0.88, 0.14, 0.42. Web safe color of #951280 is #990099. Color #951280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010010 10000000
Octal 225 22 200
Decimal 149 18 128
Hex 95 12 80

RGB Percentages of Color #951280

%50.51
%6.10
%43.39

CMYK Percentages of Color #951280

%0
%88
%14
%42

Triadic Colors of #951280

#951280 #809512 #128095

Analogous Colors of #951280

#951280 #95123f #691295

Monochromatic Colors of #951280

#951280

Complementary Color

#951280 #129527

#951280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#951280 Color CSS Codes

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

#951280 Text Font Color

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

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


#951280 Background Color

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

This div background color is #951280


#951280 Border Color

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

This div border color is #951280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951280


Comments

No comments written yet.

Please login to write comment.