Color Hex Logo

#42146e Color Hex

#42146E
(66,20,110)
0 Favorites   0 Comments

Color spaces of #42146e

RGB 6620110
HSL0.750.690.25
HSV271°82°43°
CMYK 0.400.820.00   0.57
XYZ5.31142.784415.0093
Yxy2.78440.22990.1205
Hunter Lab16.686527.6160-41.6500
CIE-Lab19.158939.6115-42.6962

#42146e color RGB value is (66,20,110).

#42146e hex color red value is 66, green value is 20 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #42146e hue: 0.75 , saturation: 0.69 and the lightness value of 42146e is 0.25.

The process color (four color CMYK) of #42146e color hex is 0.40, 0.82, 0.00, 0.57. Web safe color of #42146e is #330066. Color #42146e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010100 01101110
Octal 102 24 156
Decimal 66 20 110
Hex 42 14 6E

RGB Percentages of Color #42146e

%33.67
%10.20
%56.12

CMYK Percentages of Color #42146e

%40
%82
%0
%57

Triadic Colors of #42146e

#42146e #6e4214 #146e42

Analogous Colors of #42146e

#42146e #6e146d #15146e

Monochromatic Colors of #42146e

#42146e

Complementary Color

#42146e #406e14

#42146e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42146e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42146e Color CSS Codes

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

#42146e Text Font Color

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

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


#42146e Background Color

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

This div background color is #42146e


#42146e Border Color

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

This div border color is #42146e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42146e


Comments

No comments written yet.

Please login to write comment.