Color Hex Logo

#42078a Color Hex

#42078A
(66,7,138)
0 Favorites   0 Comments

Color spaces of #42078a

RGB 667138
HSL0.740.900.28
HSV267°95°54°
CMYK 0.520.950.00   0.46
XYZ6.91023.145224.2876
Yxy3.14520.20120.0916
Hunter Lab17.734738.5155-68.7831
CIE-Lab20.616350.8544-58.1622

#42078a color RGB value is (66,7,138).

#42078a hex color red value is 66, green value is 7 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #42078a hue: 0.74 , saturation: 0.90 and the lightness value of 42078a is 0.28.

The process color (four color CMYK) of #42078a color hex is 0.52, 0.95, 0.00, 0.46. Web safe color of #42078a is #330099. Color #42078a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000111 10001010
Octal 102 7 212
Decimal 66 7 138
Hex 42 7 8A

RGB Percentages of Color #42078a

%31.28
%3.32
%65.40

CMYK Percentages of Color #42078a

%52
%95
%0
%46

Triadic Colors of #42078a

#42078a #8a4207 #078a42

Analogous Colors of #42078a

#42078a #84078a #070e8a

Monochromatic Colors of #42078a

#42078a

Complementary Color

#42078a #4f8a07

#42078a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42078a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42078a Color CSS Codes

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

#42078a Text Font Color

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

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


#42078a Background Color

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

This div background color is #42078a


#42078a Border Color

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

This div border color is #42078a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42078a


Comments

No comments written yet.

Please login to write comment.