Color Hex Logo

#965381 Color Hex

#965381
(150,83,129)
0 Favorites   0 Comments

Color spaces of #965381

RGB 15083129
HSL0.890.290.46
HSV319°45°59°
CMYK 0.000.450.14   0.41
XYZ19.633414.255522.4857
Yxy14.25550.34830.2529
Hunter Lab37.756526.7464-8.8804
CIE-Lab44.597134.3723-13.7389

#965381 color RGB value is (150,83,129).

#965381 hex color red value is 150, green value is 83 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #965381 hue: 0.89 , saturation: 0.29 and the lightness value of 965381 is 0.46.

The process color (four color CMYK) of #965381 color hex is 0.00, 0.45, 0.14, 0.41. Web safe color of #965381 is #996699. Color #965381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010011 10000001
Octal 226 123 201
Decimal 150 83 129
Hex 96 53 81

RGB Percentages of Color #965381

%41.44
%22.93
%35.64

CMYK Percentages of Color #965381

%0
%45
%14
%41

Triadic Colors of #965381

#965381 #819653 #538196

Analogous Colors of #965381

#965381 #965360 #8a5396

Monochromatic Colors of #965381

#965381

Complementary Color

#965381 #539668

#965381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965381 Color CSS Codes

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

#965381 Text Font Color

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

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


#965381 Background Color

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

This div background color is #965381


#965381 Border Color

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

This div border color is #965381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965381


Comments

No comments written yet.

Please login to write comment.