Color Hex Logo

#963474 Color Hex

#963474
(150,52,116)
0 Favorites   0 Comments

Color spaces of #963474

RGB 15052116
HSL0.890.490.40
HSV321°65°59°
CMYK 0.000.650.23   0.41
XYZ16.958110.201017.5982
Yxy10.20100.37890.2279
Hunter Lab31.939038.8818-10.3111
CIE-Lab38.200847.8573-15.4934

#963474 color RGB value is (150,52,116).

#963474 hex color red value is 150, green value is 52 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #963474 hue: 0.89 , saturation: 0.49 and the lightness value of 963474 is 0.40.

The process color (four color CMYK) of #963474 color hex is 0.00, 0.65, 0.23, 0.41. Web safe color of #963474 is #993366. Color #963474 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110100 01110100
Octal 226 64 164
Decimal 150 52 116
Hex 96 34 74

RGB Percentages of Color #963474

%47.17
%16.35
%36.48

CMYK Percentages of Color #963474

%0
%65
%23
%41

Triadic Colors of #963474

#963474 #749634 #347496

Analogous Colors of #963474

#963474 #963443 #873496

Monochromatic Colors of #963474

#963474

Complementary Color

#963474 #349656

#963474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963474 Color CSS Codes

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

#963474 Text Font Color

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

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


#963474 Background Color

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

This div background color is #963474


#963474 Border Color

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

This div border color is #963474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963474


Comments

No comments written yet.

Please login to write comment.