Color Hex Logo

#426880 Color Hex

#426880
(66,104,128)
0 Favorites   0 Comments

Color spaces of #426880

RGB 66104128
HSL0.560.320.38
HSV203°48°50°
CMYK 0.480.190.00   0.50
XYZ11.093412.617422.2728
Yxy12.61740.24120.2744
Hunter Lab35.5210-6.4152-12.3121
CIE-Lab42.1810-6.4304-17.5303

#426880 color RGB value is (66,104,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101000 10000000
Octal 102 150 200
Decimal 66 104 128
Hex 42 68 80

RGB Percentages of Color #426880

%22.15
%34.90
%42.95

CMYK Percentages of Color #426880

%48
%19
%0
%50

Triadic Colors of #426880

#426880 #804268 #688042

Analogous Colors of #426880

#426880 #424980 #428079

Monochromatic Colors of #426880

#426880

Complementary Color

#426880 #805a42

#426880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426880 Color CSS Codes

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

#426880 Text Font Color

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

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


#426880 Background Color

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

This div background color is #426880


#426880 Border Color

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

This div border color is #426880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426880


Comments

No comments written yet.

Please login to write comment.