Color Hex Logo

#603374 Color Hex

#603374
(96,51,116)
0 Favorites   0 Comments

Color spaces of #603374

RGB 9651116
HSL0.780.390.33
HSV282°56°45°
CMYK 0.170.560.00   0.55
XYZ9.16016.115417.2206
Yxy6.11540.28190.1882
Hunter Lab24.729322.8426-23.9768
CIE-Lab29.701832.2498-29.3620

#603374 color RGB value is (96,51,116).

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

The process color (four color CMYK) of #603374 color hex is 0.17, 0.56, 0.00, 0.55. Web safe color of #603374 is #663366. Color #603374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110011 01110100
Octal 140 63 164
Decimal 96 51 116
Hex 60 33 74

RGB Percentages of Color #603374

%36.50
%19.39
%44.11

CMYK Percentages of Color #603374

%17
%56
%0
%55

Triadic Colors of #603374

#603374 #746033 #337460

Analogous Colors of #603374

#603374 #743368 #403374

Monochromatic Colors of #603374

#603374

Complementary Color

#603374 #477433

#603374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#603374 Color CSS Codes

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

#603374 Text Font Color

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

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


#603374 Background Color

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

This div background color is #603374


#603374 Border Color

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

This div border color is #603374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603374


Comments

No comments written yet.

Please login to write comment.