Color Hex Logo

#42396e Color Hex

#42396E
(66,57,110)
0 Favorites   0 Comments

Color spaces of #42396e

RGB 6657110
HSL0.690.320.33
HSV250°48°43°
CMYK 0.400.480.00   0.57
XYZ6.52445.210315.4137
Yxy5.21030.24030.1919
Hunter Lab22.826111.0752-24.0583
CIE-Lab27.325717.9762-29.5352

#42396e color RGB value is (66,57,110).

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

The process color (four color CMYK) of #42396e color hex is 0.40, 0.48, 0.00, 0.57. Web safe color of #42396e is #333366. Color #42396e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111001 01101110
Octal 102 71 156
Decimal 66 57 110
Hex 42 39 6E

RGB Percentages of Color #42396e

%28.33
%24.46
%47.21

CMYK Percentages of Color #42396e

%40
%48
%0
%57

Triadic Colors of #42396e

#42396e #6e4239 #396e42

Analogous Colors of #42396e

#42396e #5c396e #394b6e

Monochromatic Colors of #42396e

#42396e

Complementary Color

#42396e #656e39

#42396e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42396e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42396e Color CSS Codes

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

#42396e Text Font Color

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

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


#42396e Background Color

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

This div background color is #42396e


#42396e Border Color

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

This div border color is #42396e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42396e


Comments

No comments written yet.

Please login to write comment.