Color Hex Logo

#42384e Color Hex

#42384E
(66,56,78)
0 Favorites   0 Comments

Color spaces of #42384e

RGB 665678
HSL0.740.160.26
HSV267°28°31°
CMYK 0.150.280.00   0.69
XYZ5.03614.53677.8180
Yxy4.53670.28960.2609
Hunter Lab21.29954.9307-6.8527
CIE-Lab25.37189.4702-11.7962

#42384e color RGB value is (66,56,78).

#42384e hex color red value is 66, green value is 56 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #42384e hue: 0.74 , saturation: 0.16 and the lightness value of 42384e is 0.26.

The process color (four color CMYK) of #42384e color hex is 0.15, 0.28, 0.00, 0.69. Web safe color of #42384e is #333366. Color #42384e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111000 01001110
Octal 102 70 116
Decimal 66 56 78
Hex 42 38 4E

RGB Percentages of Color #42384e

%33.00
%28.00
%39.00

CMYK Percentages of Color #42384e

%15
%28
%0
%69

Triadic Colors of #42384e

#42384e #4e4238 #384e42

Analogous Colors of #42384e

#42384e #4d384e #38394e

Monochromatic Colors of #42384e

#42384e

Complementary Color

#42384e #444e38

#42384e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42384e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42384e Color CSS Codes

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

#42384e Text Font Color

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

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


#42384e Background Color

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

This div background color is #42384e


#42384e Border Color

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

This div border color is #42384e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42384e


Comments

No comments written yet.

Please login to write comment.