Color Hex Logo

#426693 Color Hex

#426693
(66,102,147)
0 Favorites   0 Comments

Color spaces of #426693

RGB 66102147
HSL0.590.380.42
HSV213°55°58°
CMYK 0.550.310.00   0.42
XYZ12.264612.767629.4217
Yxy12.76760.22520.2345
Hunter Lab35.7318-1.2622-23.8074
CIE-Lab42.41100.8916-28.5916

#426693 color RGB value is (66,102,147).

#426693 hex color red value is 66, green value is 102 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #426693 hue: 0.59 , saturation: 0.38 and the lightness value of 426693 is 0.42.

The process color (four color CMYK) of #426693 color hex is 0.55, 0.31, 0.00, 0.42. Web safe color of #426693 is #336699. Color #426693 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100110 10010011
Octal 102 146 223
Decimal 66 102 147
Hex 42 66 93

RGB Percentages of Color #426693

%20.95
%32.38
%46.67

CMYK Percentages of Color #426693

%55
%31
%0
%42

Triadic Colors of #426693

#426693 #934266 #669342

Analogous Colors of #426693

#426693 #464293 #428f93

Monochromatic Colors of #426693

#426693

Complementary Color

#426693 #936f42

#426693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426693 Color CSS Codes

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

#426693 Text Font Color

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

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


#426693 Background Color

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

This div background color is #426693


#426693 Border Color

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

This div border color is #426693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426693


Comments

No comments written yet.

Please login to write comment.