Color Hex Logo

#42396f Color Hex

#42396F
(66,57,111)
0 Favorites   0 Comments

Color spaces of #42396f

RGB 6657111
HSL0.690.320.33
HSV250°49°44°
CMYK 0.410.490.00   0.56
XYZ6.57915.232215.7021
Yxy5.23220.23910.1902
Hunter Lab22.874011.3113-24.6884
CIE-Lab27.386318.2855-30.0768

#42396f color RGB value is (66,57,111).

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

The process color (four color CMYK) of #42396f color hex is 0.41, 0.49, 0.00, 0.56. Web safe color of #42396f is #333366. Color #42396f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111001 01101111
Octal 102 71 157
Decimal 66 57 111
Hex 42 39 6F

RGB Percentages of Color #42396f

%28.21
%24.36
%47.44

CMYK Percentages of Color #42396f

%41
%49
%0
%56

Triadic Colors of #42396f

#42396f #6f4239 #396f42

Analogous Colors of #42396f

#42396f #5d396f #394b6f

Monochromatic Colors of #42396f

#42396f

Complementary Color

#42396f #666f39

#42396f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42396f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42396f Color CSS Codes

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

#42396f Text Font Color

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

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


#42396f Background Color

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

This div background color is #42396f


#42396f Border Color

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

This div border color is #42396f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42396f


Comments

No comments written yet.

Please login to write comment.