Color Hex Logo

#943596 Color Hex

#943596
(148,53,150)
0 Favorites   0 Comments

Color spaces of #943596

RGB 14853150
HSL0.830.480.40
HSV299°65°59°
CMYK 0.010.650.00   0.41
XYZ18.990911.044129.9850
Yxy11.04410.31640.1840
Hunter Lab33.232743.8472-30.2330
CIE-Lab39.654652.4162-34.1639

#943596 color RGB value is (148,53,150).

#943596 hex color red value is 148, green value is 53 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #943596 hue: 0.83 , saturation: 0.48 and the lightness value of 943596 is 0.40.

The process color (four color CMYK) of #943596 color hex is 0.01, 0.65, 0.00, 0.41. Web safe color of #943596 is #993399. Color #943596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00110101 10010110
Octal 224 65 226
Decimal 148 53 150
Hex 94 35 96

RGB Percentages of Color #943596

%42.17
%15.10
%42.74

CMYK Percentages of Color #943596

%1
%65
%0
%41

Triadic Colors of #943596

#943596 #969435 #359694

Analogous Colors of #943596

#943596 #963568 #643596

Monochromatic Colors of #943596

#943596

Complementary Color

#943596 #379635

#943596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#943596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#943596 Color CSS Codes

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

#943596 Text Font Color

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

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


#943596 Background Color

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

This div background color is #943596


#943596 Border Color

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

This div border color is #943596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #943596


Comments

No comments written yet.

Please login to write comment.