Color Hex Logo

#426287 Color Hex

#426287
(66,98,135)
0 Favorites   0 Comments

Color spaces of #426287

RGB 6698135
HSL0.590.340.39
HSV212°51°53°
CMYK 0.510.270.00   0.47
XYZ10.987611.642924.5899
Yxy11.64290.23270.2466
Hunter Lab34.1217-2.2338-18.8423
CIE-Lab40.6428-0.5796-24.1348

#426287 color RGB value is (66,98,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100010 10000111
Octal 102 142 207
Decimal 66 98 135
Hex 42 62 87

RGB Percentages of Color #426287

%22.07
%32.78
%45.15

CMYK Percentages of Color #426287

%51
%27
%0
%47

Triadic Colors of #426287

#426287 #874262 #628742

Analogous Colors of #426287

#426287 #444287 #428587

Monochromatic Colors of #426287

#426287

Complementary Color

#426287 #876742

#426287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426287 Color CSS Codes

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

#426287 Text Font Color

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

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


#426287 Background Color

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

This div background color is #426287


#426287 Border Color

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

This div border color is #426287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426287


Comments

No comments written yet.

Please login to write comment.