Color Hex Logo

#42079f Color Hex

#42079F
(66,7,159)
0 Favorites   0 Comments

Color spaces of #42079f

RGB 667159
HSL0.730.920.33
HSV263°96°62°
CMYK 0.580.960.00   0.38
XYZ8.58083.813433.0847
Yxy3.81340.18870.0838
Hunter Lab19.527944.2611-86.7810
CIE-Lab23.044756.0059-67.1393

#42079f color RGB value is (66,7,159).

#42079f hex color red value is 66, green value is 7 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #42079f hue: 0.73 , saturation: 0.92 and the lightness value of 42079f is 0.33.

The process color (four color CMYK) of #42079f color hex is 0.58, 0.96, 0.00, 0.38. Web safe color of #42079f is #330099. Color #42079f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000111 10011111
Octal 102 7 237
Decimal 66 7 159
Hex 42 7 9F

RGB Percentages of Color #42079f

%28.45
%3.02
%68.53

CMYK Percentages of Color #42079f

%58
%96
%0
%38

Triadic Colors of #42079f

#42079f #9f4207 #079f42

Analogous Colors of #42079f

#42079f #8e079f #07189f

Monochromatic Colors of #42079f

#42079f

Complementary Color

#42079f #649f07

#42079f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42079f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42079f Color CSS Codes

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

#42079f Text Font Color

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

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


#42079f Background Color

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

This div background color is #42079f


#42079f Border Color

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

This div border color is #42079f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42079f


Comments

No comments written yet.

Please login to write comment.