Color Hex Logo

#426498 Color Hex

#426498
(66,100,152)
0 Favorites   0 Comments

Color spaces of #426498

RGB 66100152
HSL0.600.390.43
HSV216°57°60°
CMYK 0.570.340.00   0.40
XYZ12.471412.539631.4688
Yxy12.53960.22080.2220
Hunter Lab35.41130.8956-27.9011
CIE-Lab42.06123.8115-32.1266

#426498 color RGB value is (66,100,152).

#426498 hex color red value is 66, green value is 100 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #426498 hue: 0.60 , saturation: 0.39 and the lightness value of 426498 is 0.43.

The process color (four color CMYK) of #426498 color hex is 0.57, 0.34, 0.00, 0.40. Web safe color of #426498 is #336699. Color #426498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100100 10011000
Octal 102 144 230
Decimal 66 100 152
Hex 42 64 98

RGB Percentages of Color #426498

%20.75
%31.45
%47.80

CMYK Percentages of Color #426498

%57
%34
%0
%40

Triadic Colors of #426498

#426498 #984264 #649842

Analogous Colors of #426498

#426498 #4b4298 #428f98

Monochromatic Colors of #426498

#426498

Complementary Color

#426498 #987642

#426498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426498 Color CSS Codes

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

#426498 Text Font Color

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

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


#426498 Background Color

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

This div background color is #426498


#426498 Border Color

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

This div border color is #426498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426498


Comments

No comments written yet.

Please login to write comment.