Color Hex Logo

#603397 Color Hex

#603397
(96,51,151)
0 Favorites   0 Comments

Color spaces of #603397

RGB 9651151
HSL0.740.500.40
HSV267°66°59°
CMYK 0.360.660.00   0.41
XYZ11.59367.088830.0354
Yxy7.08880.23800.1455
Hunter Lab26.624831.1333-48.2476
CIE-Lab32.008241.0366-47.4203

#603397 color RGB value is (96,51,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110011 10010111
Octal 140 63 227
Decimal 96 51 151
Hex 60 33 97

RGB Percentages of Color #603397

%32.21
%17.11
%50.67

CMYK Percentages of Color #603397

%36
%66
%0
%41

Triadic Colors of #603397

#603397 #976033 #339760

Analogous Colors of #603397

#603397 #923397 #333897

Monochromatic Colors of #603397

#603397

Complementary Color

#603397 #6a9733

#603397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#603397 Color CSS Codes

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

#603397 Text Font Color

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

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


#603397 Background Color

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

This div background color is #603397


#603397 Border Color

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

This div border color is #603397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603397


Comments

No comments written yet.

Please login to write comment.