Color Hex Logo

#96268f Color Hex

#96268F
(150,38,143)
0 Favorites   0 Comments

Color spaces of #96268f

RGB 15038143
HSL0.840.600.37
HSV304°75°59°
CMYK 0.000.750.05   0.41
XYZ18.22879.853426.9277
Yxy9.85340.33140.1791
Hunter Lab31.390148.7248-28.8882
CIE-Lab37.578057.4030-33.1624

#96268f color RGB value is (150,38,143).

#96268f hex color red value is 150, green value is 38 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #96268f hue: 0.84 , saturation: 0.60 and the lightness value of 96268f is 0.37.

The process color (four color CMYK) of #96268f color hex is 0.00, 0.75, 0.05, 0.41. Web safe color of #96268f is #993399. Color #96268f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00100110 10001111
Octal 226 46 217
Decimal 150 38 143
Hex 96 26 8F

RGB Percentages of Color #96268f

%45.32
%11.48
%43.20

CMYK Percentages of Color #96268f

%0
%75
%5
%41

Triadic Colors of #96268f

#96268f #8f9626 #268f96

Analogous Colors of #96268f

#96268f #962657 #652696

Monochromatic Colors of #96268f

#96268f

Complementary Color

#96268f #26962d

#96268f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96268f Color Preview on White Background

Lorem ipsum dolor sit amet.

#96268f Color CSS Codes

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

#96268f Text Font Color

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

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


#96268f Background Color

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

This div background color is #96268f


#96268f Border Color

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

This div border color is #96268f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,38,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96268f


Comments

No comments written yet.

Please login to write comment.