Color Hex Logo

#962385 Color Hex

#962385
(150,35,133)
0 Favorites   0 Comments

Color spaces of #962385

RGB 15035133
HSL0.860.620.36
HSV309°77°59°
CMYK 0.000.770.11   0.41
XYZ17.41239.379523.0830
Yxy9.37950.34910.1881
Hunter Lab30.626047.8902-23.2491
CIE-Lab36.704956.7958-28.3837

#962385 color RGB value is (150,35,133).

#962385 hex color red value is 150, green value is 35 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #962385 hue: 0.86 , saturation: 0.62 and the lightness value of 962385 is 0.36.

The process color (four color CMYK) of #962385 color hex is 0.00, 0.77, 0.11, 0.41. Web safe color of #962385 is #993399. Color #962385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00100011 10000101
Octal 226 43 205
Decimal 150 35 133
Hex 96 23 85

RGB Percentages of Color #962385

%47.17
%11.01
%41.82

CMYK Percentages of Color #962385

%0
%77
%11
%41

Triadic Colors of #962385

#962385 #859623 #238596

Analogous Colors of #962385

#962385 #96234b #6e2396

Monochromatic Colors of #962385

#962385

Complementary Color

#962385 #239634

#962385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#962385 Color CSS Codes

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

#962385 Text Font Color

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

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


#962385 Background Color

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

This div background color is #962385


#962385 Border Color

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

This div border color is #962385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962385


Comments

No comments written yet.

Please login to write comment.