Color Hex Logo

#426580 Color Hex

#426580
(66,101,128)
0 Favorites   0 Comments

Color spaces of #426580

RGB 66101128
HSL0.570.320.38
HSV206°48°50°
CMYK 0.480.210.00   0.50
XYZ10.796712.024122.1739
Yxy12.02410.24000.2672
Hunter Lab34.6758-5.1046-13.6407
CIE-Lab41.2544-4.6345-18.9532

#426580 color RGB value is (66,101,128).

#426580 hex color red value is 66, green value is 101 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #426580 hue: 0.57 , saturation: 0.32 and the lightness value of 426580 is 0.38.

The process color (four color CMYK) of #426580 color hex is 0.48, 0.21, 0.00, 0.50. Web safe color of #426580 is #336699. Color #426580 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100101 10000000
Octal 102 145 200
Decimal 66 101 128
Hex 42 65 80

RGB Percentages of Color #426580

%22.37
%34.24
%43.39

CMYK Percentages of Color #426580

%48
%21
%0
%50

Triadic Colors of #426580

#426580 #804265 #658042

Analogous Colors of #426580

#426580 #424680 #42807c

Monochromatic Colors of #426580

#426580

Complementary Color

#426580 #805d42

#426580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426580 Color CSS Codes

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

#426580 Text Font Color

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

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


#426580 Background Color

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

This div background color is #426580


#426580 Border Color

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

This div border color is #426580


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,101,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426580; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426580;
  -webkit-box-shadow: 1px 1px 3px 2px #426580;
  box-shadow:         1px 1px 3px 2px #426580; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,101,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426580


Comments

No comments written yet.

Please login to write comment.