Color Hex Logo

#603093 Color Hex

#603093
(96,48,147)
0 Favorites   0 Comments

Color spaces of #603093

RGB 9648147
HSL0.750.510.38
HSV269°67°58°
CMYK 0.350.670.00   0.42
XYZ11.14736.707328.3109
Yxy6.70730.24150.1453
Hunter Lab25.898531.5083-46.6840
CIE-Lab31.131141.5938-46.3916

#603093 color RGB value is (96,48,147).

#603093 hex color red value is 96, green value is 48 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #603093 hue: 0.75 , saturation: 0.51 and the lightness value of 603093 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110000 10010011
Octal 140 60 223
Decimal 96 48 147
Hex 60 30 93

RGB Percentages of Color #603093

%32.99
%16.49
%50.52

CMYK Percentages of Color #603093

%35
%67
%0
%42

Triadic Colors of #603093

#603093 #936030 #309360

Analogous Colors of #603093

#603093 #923093 #303293

Monochromatic Colors of #603093

#603093

Complementary Color

#603093 #639330

#603093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#603093 Color CSS Codes

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

#603093 Text Font Color

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

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


#603093 Background Color

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

This div background color is #603093


#603093 Border Color

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

This div border color is #603093


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,48,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 #603093">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603093


Comments

No comments written yet.

Please login to write comment.