Color Hex Logo

#963270 Color Hex

#963270
(150,50,112)
0 Favorites   0 Comments

Color spaces of #963270

RGB 15050112
HSL0.900.500.39
HSV323°67°59°
CMYK 0.000.670.25   0.41
XYZ16.64299.935116.3697
Yxy9.93510.38750.2313
Hunter Lab31.520039.0900-8.7279
CIE-Lab37.725748.1502-13.7161

#963270 color RGB value is (150,50,112).

#963270 hex color red value is 150, green value is 50 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #963270 hue: 0.90 , saturation: 0.50 and the lightness value of 963270 is 0.39.

The process color (four color CMYK) of #963270 color hex is 0.00, 0.67, 0.25, 0.41. Web safe color of #963270 is #993366. Color #963270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110010 01110000
Octal 226 62 160
Decimal 150 50 112
Hex 96 32 70

RGB Percentages of Color #963270

%48.08
%16.03
%35.90

CMYK Percentages of Color #963270

%0
%67
%25
%41

Triadic Colors of #963270

#963270 #709632 #327096

Analogous Colors of #963270

#963270 #96323e #8a3296

Monochromatic Colors of #963270

#963270

Complementary Color

#963270 #329658

#963270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963270 Color CSS Codes

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

#963270 Text Font Color

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

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


#963270 Background Color

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

This div background color is #963270


#963270 Border Color

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

This div border color is #963270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963270


Comments

No comments written yet.

Please login to write comment.