Color Hex Logo

#604172 Color Hex

#604172
(96,65,114)
0 Favorites   0 Comments

Color spaces of #604172

RGB 9665114
HSL0.770.270.35
HSV278°43°45°
CMYK 0.160.430.00   0.55
XYZ9.75147.482316.8499
Yxy7.48230.28610.2195
Hunter Lab27.353815.7646-17.3749
CIE-Lab32.880623.3781-23.0996

#604172 color RGB value is (96,65,114).

#604172 hex color red value is 96, green value is 65 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #604172 hue: 0.77 , saturation: 0.27 and the lightness value of 604172 is 0.35.

The process color (four color CMYK) of #604172 color hex is 0.16, 0.43, 0.00, 0.55. Web safe color of #604172 is #663366. Color #604172 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000001 01110010
Octal 140 101 162
Decimal 96 65 114
Hex 60 41 72

RGB Percentages of Color #604172

%34.91
%23.64
%41.45

CMYK Percentages of Color #604172

%16
%43
%0
%55

Triadic Colors of #604172

#604172 #726041 #417260

Analogous Colors of #604172

#604172 #72416c #484172

Monochromatic Colors of #604172

#604172

Complementary Color

#604172 #537241

#604172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604172 Color CSS Codes

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

#604172 Text Font Color

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

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


#604172 Background Color

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

This div background color is #604172


#604172 Border Color

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

This div border color is #604172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604172


Comments

No comments written yet.

Please login to write comment.