Color Hex Logo

#42005e Color Hex

#42005E
(66,0,94)
0 Favorites   0 Comments

Color spaces of #42005e

RGB 66094
HSL0.781.000.18
HSV282°100°37°
CMYK 0.301.000.00   0.63
XYZ4.26711.966410.7443
Yxy1.96640.25130.1158
Hunter Lab14.022829.7769-35.6120
CIE-Lab15.309942.7492-38.4381

#42005e color RGB value is (66,0,94).

#42005e hex color red value is 66, green value is 0 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #42005e hue: 0.78 , saturation: 1.00 and the lightness value of 42005e is 0.18.

The process color (four color CMYK) of #42005e color hex is 0.30, 1.00, 0.00, 0.63. Web safe color of #42005e is #330066. Color #42005e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000000 01011110
Octal 102 0 136
Decimal 66 0 94
Hex 42 0 5E

RGB Percentages of Color #42005e

%41.25
%0.00
%58.75

CMYK Percentages of Color #42005e

%30
%100
%0
%63

Triadic Colors of #42005e

#42005e #5e4200 #005e42

Analogous Colors of #42005e

#42005e #5e004b #13005e

Monochromatic Colors of #42005e

#42005e

Complementary Color

#42005e #1c5e00

#42005e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42005e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42005e Color CSS Codes

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

#42005e Text Font Color

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

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


#42005e Background Color

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

This div background color is #42005e


#42005e Border Color

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

This div border color is #42005e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42005e


Comments

No comments written yet.

Please login to write comment.