Color Hex Logo

#42689f Color Hex

#42689F
(66,104,159)
0 Favorites   0 Comments

Color spaces of #42689f

RGB 66104159
HSL0.600.410.44
HSV215°58°62°
CMYK 0.580.350.00   0.38
XYZ13.455113.562134.7095
Yxy13.56210.21800.2197
Hunter Lab36.82680.7703-30.1025
CIE-Lab43.59833.6980-33.8681

#42689f color RGB value is (66,104,159).

#42689f hex color red value is 66, green value is 104 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #42689f hue: 0.60 , saturation: 0.41 and the lightness value of 42689f is 0.44.

The process color (four color CMYK) of #42689f color hex is 0.58, 0.35, 0.00, 0.38. Web safe color of #42689f is #336699. Color #42689f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101000 10011111
Octal 102 150 237
Decimal 66 104 159
Hex 42 68 9F

RGB Percentages of Color #42689f

%20.06
%31.61
%48.33

CMYK Percentages of Color #42689f

%58
%35
%0
%38

Triadic Colors of #42689f

#42689f #9f4268 #689f42

Analogous Colors of #42689f

#42689f #4a429f #42979f

Monochromatic Colors of #42689f

#42689f

Complementary Color

#42689f #9f7942

#42689f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42689f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42689f Color CSS Codes

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

#42689f Text Font Color

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

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


#42689f Background Color

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

This div background color is #42689f


#42689f Border Color

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

This div border color is #42689f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,104,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42689f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42689f;
  -webkit-box-shadow: 1px 1px 3px 2px #42689f;
  box-shadow:         1px 1px 3px 2px #42689f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42689f


Comments

No comments written yet.

Please login to write comment.