Color Hex Logo

#426071 Color Hex

#426071
(66,96,113)
0 Favorites   0 Comments

Color spaces of #426071

RGB 6696113
HSL0.560.260.35
HSV202°42°44°
CMYK 0.420.150.00   0.56
XYZ9.410310.716217.1953
Yxy10.71620.25210.2871
Hunter Lab32.7356-5.9750-8.2288
CIE-Lab39.0983-6.1842-13.1081

#426071 color RGB value is (66,96,113).

#426071 hex color red value is 66, green value is 96 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #426071 hue: 0.56 , saturation: 0.26 and the lightness value of 426071 is 0.35.

The process color (four color CMYK) of #426071 color hex is 0.42, 0.15, 0.00, 0.56. Web safe color of #426071 is #336666. Color #426071 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100000 01110001
Octal 102 140 161
Decimal 66 96 113
Hex 42 60 71

RGB Percentages of Color #426071

%24.00
%34.91
%41.09

CMYK Percentages of Color #426071

%42
%15
%0
%56

Triadic Colors of #426071

#426071 #714260 #607142

Analogous Colors of #426071

#426071 #424971 #42716b

Monochromatic Colors of #426071

#426071

Complementary Color

#426071 #715342

#426071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426071 Color CSS Codes

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

#426071 Text Font Color

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

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


#426071 Background Color

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

This div background color is #426071


#426071 Border Color

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

This div border color is #426071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426071


Comments

No comments written yet.

Please login to write comment.