Color Hex Logo

#962368 Color Hex

#962368
(150,35,104)
0 Favorites   0 Comments

Color spaces of #962368

RGB 15035104
HSL0.900.620.36
HSV324°77°59°
CMYK 0.000.770.31   0.41
XYZ15.67748.685613.9469
Yxy8.68560.40920.2267
Hunter Lab29.471343.3790-7.4282
CIE-Lab35.371852.7790-12.2455

#962368 color RGB value is (150,35,104).

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

The process color (four color CMYK) of #962368 color hex is 0.00, 0.77, 0.31, 0.41. Web safe color of #962368 is #993366. Color #962368 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00100011 01101000
Octal 226 43 150
Decimal 150 35 104
Hex 96 23 68

RGB Percentages of Color #962368

%51.90
%12.11
%35.99

CMYK Percentages of Color #962368

%0
%77
%31
%41

Triadic Colors of #962368

#962368 #689623 #236896

Analogous Colors of #962368

#962368 #96232f #8b2396

Monochromatic Colors of #962368

#962368

Complementary Color

#962368 #239651

#962368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#962368 Color CSS Codes

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

#962368 Text Font Color

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

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


#962368 Background Color

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

This div background color is #962368


#962368 Border Color

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

This div border color is #962368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962368


Comments

No comments written yet.

Please login to write comment.