Color Hex Logo

#603893 Color Hex

#603893
(96,56,147)
0 Favorites   0 Comments

Color spaces of #603893

RGB 9656147
HSL0.740.450.40
HSV266°62°58°
CMYK 0.350.620.00   0.42
XYZ11.50457.421728.4299
Yxy7.42170.24290.1567
Hunter Lab27.242827.7048-42.8036
CIE-Lab32.748337.2099-43.7819

#603893 color RGB value is (96,56,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111000 10010011
Octal 140 70 223
Decimal 96 56 147
Hex 60 38 93

RGB Percentages of Color #603893

%32.11
%18.73
%49.16

CMYK Percentages of Color #603893

%35
%62
%0
%42

Triadic Colors of #603893

#603893 #936038 #389360

Analogous Colors of #603893

#603893 #8e3893 #383e93

Monochromatic Colors of #603893

#603893

Complementary Color

#603893 #6b9338

#603893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#603893 Color CSS Codes

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

#603893 Text Font Color

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

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


#603893 Background Color

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

This div background color is #603893


#603893 Border Color

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

This div border color is #603893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603893


Comments

No comments written yet.

Please login to write comment.