Color Hex Logo

#603296 Color Hex

#603296
(96,50,150)
0 Favorites   0 Comments

Color spaces of #603296

RGB 9650150
HSL0.740.500.39
HSV268°67°59°
CMYK 0.360.670.00   0.41
XYZ11.46956.970029.5950
Yxy6.97000.23880.1451
Hunter Lab26.400831.3459-47.9830
CIE-Lab31.738541.3112-47.2458

#603296 color RGB value is (96,50,150).

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

The process color (four color CMYK) of #603296 color hex is 0.36, 0.67, 0.00, 0.41. Web safe color of #603296 is #663399. Color #603296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110010 10010110
Octal 140 62 226
Decimal 96 50 150
Hex 60 32 96

RGB Percentages of Color #603296

%32.43
%16.89
%50.68

CMYK Percentages of Color #603296

%36
%67
%0
%41

Triadic Colors of #603296

#603296 #966032 #329660

Analogous Colors of #603296

#603296 #923296 #323696

Monochromatic Colors of #603296

#603296

Complementary Color

#603296 #689632

#603296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#603296 Color CSS Codes

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

#603296 Text Font Color

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

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


#603296 Background Color

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

This div background color is #603296


#603296 Border Color

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

This div border color is #603296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603296


Comments

No comments written yet.

Please login to write comment.