Color Hex Logo

#426281 Color Hex

#426281
(66,98,129)
0 Favorites   0 Comments

Color spaces of #426281

RGB 6698129
HSL0.580.320.38
HSV210°49°51°
CMYK 0.490.240.00   0.49
XYZ10.576911.478622.4270
Yxy11.47860.23780.2580
Hunter Lab33.8801-3.5649-15.5311
CIE-Lab40.3751-2.4991-20.9152

#426281 color RGB value is (66,98,129).

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

The process color (four color CMYK) of #426281 color hex is 0.49, 0.24, 0.00, 0.49. Web safe color of #426281 is #336699. Color #426281 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100010 10000001
Octal 102 142 201
Decimal 66 98 129
Hex 42 62 81

RGB Percentages of Color #426281

%22.53
%33.45
%44.03

CMYK Percentages of Color #426281

%49
%24
%0
%49

Triadic Colors of #426281

#426281 #814262 #628142

Analogous Colors of #426281

#426281 #424381 #428181

Monochromatic Colors of #426281

#426281

Complementary Color

#426281 #816142

#426281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426281 Color CSS Codes

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

#426281 Text Font Color

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

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


#426281 Background Color

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

This div background color is #426281


#426281 Border Color

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

This div border color is #426281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426281


Comments

No comments written yet.

Please login to write comment.