Color Hex Logo

#426887 Color Hex

#426887
(66,104,135)
0 Favorites   0 Comments

Color spaces of #426887

RGB 66104135
HSL0.570.340.39
HSV207°51°53°
CMYK 0.510.230.00   0.47
XYZ11.570312.808124.7841
Yxy12.80810.23530.2605
Hunter Lab35.7884-4.9211-16.0075
CIE-Lab42.4727-4.2350-21.2997

#426887 color RGB value is (66,104,135).

#426887 hex color red value is 66, green value is 104 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #426887 hue: 0.57 , saturation: 0.34 and the lightness value of 426887 is 0.39.

The process color (four color CMYK) of #426887 color hex is 0.51, 0.23, 0.00, 0.47. Web safe color of #426887 is #336699. Color #426887 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101000 10000111
Octal 102 150 207
Decimal 66 104 135
Hex 42 68 87

RGB Percentages of Color #426887

%21.64
%34.10
%44.26

CMYK Percentages of Color #426887

%51
%23
%0
%47

Triadic Colors of #426887

#426887 #874268 #688742

Analogous Colors of #426887

#426887 #424687 #428784

Monochromatic Colors of #426887

#426887

Complementary Color

#426887 #876142

#426887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426887 Color CSS Codes

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

#426887 Text Font Color

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

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


#426887 Background Color

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

This div background color is #426887


#426887 Border Color

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

This div border color is #426887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426887


Comments

No comments written yet.

Please login to write comment.