Color Hex Logo

#96417d Color Hex

#96417D
(150,65,125)
0 Favorites   0 Comments

Color spaces of #96417d

RGB 15065125
HSL0.880.400.42
HSV318°57°59°
CMYK 0.000.570.17   0.41
XYZ18.169611.745320.7115
Yxy11.74530.35890.2320
Hunter Lab34.271434.6600-11.8412
CIE-Lab40.808443.1670-17.0763

#96417d color RGB value is (150,65,125).

#96417d hex color red value is 150, green value is 65 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #96417d hue: 0.88 , saturation: 0.40 and the lightness value of 96417d is 0.42.

The process color (four color CMYK) of #96417d color hex is 0.00, 0.57, 0.17, 0.41. Web safe color of #96417d is #993366. Color #96417d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01000001 01111101
Octal 226 101 175
Decimal 150 65 125
Hex 96 41 7D

RGB Percentages of Color #96417d

%44.12
%19.12
%36.76

CMYK Percentages of Color #96417d

%0
%57
%17
%41

Triadic Colors of #96417d

#96417d #7d9641 #417d96

Analogous Colors of #96417d

#96417d #964153 #854196

Monochromatic Colors of #96417d

#96417d

Complementary Color

#96417d #41965a

#96417d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96417d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96417d Color CSS Codes

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

#96417d Text Font Color

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

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


#96417d Background Color

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

This div background color is #96417d


#96417d Border Color

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

This div border color is #96417d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96417d


Comments

No comments written yet.

Please login to write comment.