Color Hex Logo

#960448 Color Hex

#960448
(150,4,72)
0 Favorites   0 Comments

Color spaces of #960448

RGB 150472
HSL0.920.950.30
HSV332°97°59°
CMYK 0.000.970.52   0.41
XYZ13.79087.03876.7626
Yxy7.03870.49980.2551
Hunter Lab26.530546.35733.4584
CIE-Lab31.894856.29323.3732

#960448 color RGB value is (150,4,72).

#960448 hex color red value is 150, green value is 4 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #960448 hue: 0.92 , saturation: 0.95 and the lightness value of 960448 is 0.30.

The process color (four color CMYK) of #960448 color hex is 0.00, 0.97, 0.52, 0.41. Web safe color of #960448 is #990033. Color #960448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000100 01001000
Octal 226 4 110
Decimal 150 4 72
Hex 96 4 48

RGB Percentages of Color #960448

%66.37
%1.77
%31.86

CMYK Percentages of Color #960448

%0
%97
%52
%41

Triadic Colors of #960448

#960448 #489604 #044896

Analogous Colors of #960448

#960448 #960904 #960491

Monochromatic Colors of #960448

#960448

Complementary Color

#960448 #049652

#960448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#960448 Color CSS Codes

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

#960448 Text Font Color

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

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


#960448 Background Color

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

This div background color is #960448


#960448 Border Color

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

This div border color is #960448


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,4,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 #960448">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960448


Comments

No comments written yet.

Please login to write comment.