Color Hex Logo

#603393 Color Hex

#603393
(96,51,147)
0 Favorites   0 Comments

Color spaces of #603393

RGB 9651147
HSL0.740.480.39
HSV268°65°58°
CMYK 0.350.650.00   0.42
XYZ11.27426.961028.3532
Yxy6.96100.24200.1494
Hunter Lab26.383730.1046-45.2473
CIE-Lab31.718039.9893-45.4433

#603393 color RGB value is (96,51,147).

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

The process color (four color CMYK) of #603393 color hex is 0.35, 0.65, 0.00, 0.42. Web safe color of #603393 is #663399. Color #603393 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110011 10010011
Octal 140 63 223
Decimal 96 51 147
Hex 60 33 93

RGB Percentages of Color #603393

%32.65
%17.35
%50.00

CMYK Percentages of Color #603393

%35
%65
%0
%42

Triadic Colors of #603393

#603393 #936033 #339360

Analogous Colors of #603393

#603393 #903393 #333693

Monochromatic Colors of #603393

#603393

Complementary Color

#603393 #669333

#603393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#603393 Color CSS Codes

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

#603393 Text Font Color

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

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


#603393 Background Color

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

This div background color is #603393


#603393 Border Color

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

This div border color is #603393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603393


Comments

No comments written yet.

Please login to write comment.