Color Hex Logo

#42074e Color Hex

#42074E
(66,7,78)
0 Favorites   0 Comments

Color spaces of #42074e

RGB 66778
HSL0.810.840.17
HSV290°91°31°
CMYK 0.150.910.00   0.69
XYZ3.69791.86037.3719
Yxy1.86030.28600.1439
Hunter Lab13.639324.5264-22.4982
CIE-Lab14.736436.9400-28.5211

#42074e color RGB value is (66,7,78).

#42074e hex color red value is 66, green value is 7 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #42074e hue: 0.81 , saturation: 0.84 and the lightness value of 42074e is 0.17.

The process color (four color CMYK) of #42074e color hex is 0.15, 0.91, 0.00, 0.69. Web safe color of #42074e is #330066. Color #42074e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000111 01001110
Octal 102 7 116
Decimal 66 7 78
Hex 42 7 4E

RGB Percentages of Color #42074e

%43.71
%4.64
%51.66

CMYK Percentages of Color #42074e

%15
%91
%0
%69

Triadic Colors of #42074e

#42074e #4e4207 #074e42

Analogous Colors of #42074e

#42074e #4e0737 #1f074e

Monochromatic Colors of #42074e

#42074e

Complementary Color

#42074e #134e07

#42074e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42074e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42074e Color CSS Codes

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

#42074e Text Font Color

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

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


#42074e Background Color

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

This div background color is #42074e


#42074e Border Color

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

This div border color is #42074e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42074e


Comments

No comments written yet.

Please login to write comment.