Color Hex Logo

#604386 Color Hex

#604386
(96,67,134)
0 Favorites   0 Comments

Color spaces of #604386

RGB 9667134
HSL0.740.330.39
HSV266°50°53°
CMYK 0.280.500.00   0.47
XYZ11.13418.222323.5545
Yxy8.22230.25950.1916
Hunter Lab28.674619.1297-28.6311
CIE-Lab34.441627.2275-33.0925

#604386 color RGB value is (96,67,134).

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

The process color (four color CMYK) of #604386 color hex is 0.28, 0.50, 0.00, 0.47. Web safe color of #604386 is #663399. Color #604386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000011 10000110
Octal 140 103 206
Decimal 96 67 134
Hex 60 43 86

RGB Percentages of Color #604386

%32.32
%22.56
%45.12

CMYK Percentages of Color #604386

%28
%50
%0
%47

Triadic Colors of #604386

#604386 #866043 #438660

Analogous Colors of #604386

#604386 #824386 #434886

Monochromatic Colors of #604386

#604386

Complementary Color

#604386 #698643

#604386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604386 Color CSS Codes

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

#604386 Text Font Color

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

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


#604386 Background Color

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

This div background color is #604386


#604386 Border Color

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

This div border color is #604386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604386


Comments

No comments written yet.

Please login to write comment.