Color Hex Logo

#426085 Color Hex

#426085
(66,96,133)
0 Favorites   0 Comments

Color spaces of #426085

RGB 6696133
HSL0.590.340.39
HSV213°50°52°
CMYK 0.500.280.00   0.48
XYZ10.663311.217423.7935
Yxy11.21740.23350.2456
Hunter Lab33.4924-1.7809-18.6758
CIE-Lab39.94420.0113-24.0099

#426085 color RGB value is (66,96,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100000 10000101
Octal 102 140 205
Decimal 66 96 133
Hex 42 60 85

RGB Percentages of Color #426085

%22.37
%32.54
%45.08

CMYK Percentages of Color #426085

%50
%28
%0
%48

Triadic Colors of #426085

#426085 #854260 #608542

Analogous Colors of #426085

#426085 #464285 #428285

Monochromatic Colors of #426085

#426085

Complementary Color

#426085 #856742

#426085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426085 Color CSS Codes

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

#426085 Text Font Color

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

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


#426085 Background Color

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

This div background color is #426085


#426085 Border Color

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

This div border color is #426085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426085


Comments

No comments written yet.

Please login to write comment.