Color Hex Logo

#42067e Color Hex

#42067E
(66,6,126)
1 Favorites   0 Comments

Color spaces of #42067e

RGB 666126
HSL0.750.910.26
HSV270°95°49°
CMYK 0.480.950.00   0.51
XYZ6.07782.794919.9578
Yxy2.79490.21080.0969
Hunter Lab16.718035.6371-59.0775
CIE-Lab19.203048.2057-52.9145

#42067e color RGB value is (66,6,126).

#42067e hex color red value is 66, green value is 6 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #42067e hue: 0.75 , saturation: 0.91 and the lightness value of 42067e is 0.26.

The process color (four color CMYK) of #42067e color hex is 0.48, 0.95, 0.00, 0.51. Web safe color of #42067e is #330066. Color #42067e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000110 01111110
Octal 102 6 176
Decimal 66 6 126
Hex 42 6 7E

RGB Percentages of Color #42067e

%33.33
%3.03
%63.64

CMYK Percentages of Color #42067e

%48
%95
%0
%51

Triadic Colors of #42067e

#42067e #7e4206 #067e42

Analogous Colors of #42067e

#42067e #7e067e #06067e

Monochromatic Colors of #42067e

#42067e

Complementary Color

#42067e #427e06

#42067e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42067e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42067e Color CSS Codes

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

#42067e Text Font Color

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

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


#42067e Background Color

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

This div background color is #42067e


#42067e Border Color

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

This div border color is #42067e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42067e


Comments

No comments written yet.

Please login to write comment.