Color Hex Logo

#96385d Color Hex

#96385D
(150,56,93)
0 Favorites   0 Comments

Color spaces of #96385d

RGB 1505693
HSL0.930.460.40
HSV336°63°59°
CMYK 0.000.630.38   0.41
XYZ15.967610.102711.4644
Yxy10.10270.42540.2692
Hunter Lab31.784734.04920.8641
CIE-Lab38.026143.0195-1.2925

#96385d color RGB value is (150,56,93).

#96385d hex color red value is 150, green value is 56 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #96385d hue: 0.93 , saturation: 0.46 and the lightness value of 96385d is 0.40.

The process color (four color CMYK) of #96385d color hex is 0.00, 0.63, 0.38, 0.41. Web safe color of #96385d is #993366. Color #96385d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111000 01011101
Octal 226 70 135
Decimal 150 56 93
Hex 96 38 5D

RGB Percentages of Color #96385d

%50.17
%18.73
%31.10

CMYK Percentages of Color #96385d

%0
%63
%38
%41

Triadic Colors of #96385d

#96385d #5d9638 #385d96

Analogous Colors of #96385d

#96385d #964238 #96388c

Monochromatic Colors of #96385d

#96385d

Complementary Color

#96385d #389671

#96385d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96385d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96385d Color CSS Codes

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

#96385d Text Font Color

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

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


#96385d Background Color

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

This div background color is #96385d


#96385d Border Color

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

This div border color is #96385d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96385d


Comments

No comments written yet.

Please login to write comment.