Color Hex Logo

#42036e Color Hex

#42036E
(66,3,110)
0 Favorites   0 Comments

Color spaces of #42036e

RGB 663110
HSL0.760.950.22
HSV275°97°43°
CMYK 0.400.970.00   0.57
XYZ5.09382.349214.9368
Yxy2.34920.22760.1050
Hunter Lab15.327132.5002-47.0512
CIE-Lab17.222445.3114-45.8684

#42036e color RGB value is (66,3,110).

#42036e hex color red value is 66, green value is 3 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #42036e hue: 0.76 , saturation: 0.95 and the lightness value of 42036e is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000011 01101110
Octal 102 3 156
Decimal 66 3 110
Hex 42 3 6E

RGB Percentages of Color #42036e

%36.87
%1.68
%61.45

CMYK Percentages of Color #42036e

%40
%97
%0
%57

Triadic Colors of #42036e

#42036e #6e4203 #036e42

Analogous Colors of #42036e

#42036e #6e0365 #0d036e

Monochromatic Colors of #42036e

#42036e

Complementary Color

#42036e #2f6e03

#42036e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42036e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42036e Color CSS Codes

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

#42036e Text Font Color

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

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


#42036e Background Color

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

This div background color is #42036e


#42036e Border Color

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

This div border color is #42036e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,3,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 #42036e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42036e


Comments

No comments written yet.

Please login to write comment.