Color Hex Logo

#42144e Color Hex

#42144E
(66,20,78)
0 Favorites   0 Comments

Color spaces of #42144e

RGB 662078
HSL0.800.590.19
HSV288°74°31°
CMYK 0.150.740.00   0.69
XYZ3.87212.20867.4300
Yxy2.20860.28660.1635
Hunter Lab14.861420.5005-19.2393
CIE-Lab16.546031.7597-25.6147

#42144e color RGB value is (66,20,78).

#42144e hex color red value is 66, green value is 20 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #42144e hue: 0.80 , saturation: 0.59 and the lightness value of 42144e is 0.19.

The process color (four color CMYK) of #42144e color hex is 0.15, 0.74, 0.00, 0.69. Web safe color of #42144e is #330066. Color #42144e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010100 01001110
Octal 102 24 116
Decimal 66 20 78
Hex 42 14 4E

RGB Percentages of Color #42144e

%40.24
%12.20
%47.56

CMYK Percentages of Color #42144e

%15
%74
%0
%69

Triadic Colors of #42144e

#42144e #4e4214 #144e42

Analogous Colors of #42144e

#42144e #4e143d #25144e

Monochromatic Colors of #42144e

#42144e

Complementary Color

#42144e #204e14

#42144e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42144e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42144e Color CSS Codes

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

#42144e Text Font Color

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

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


#42144e Background Color

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

This div background color is #42144e


#42144e Border Color

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

This div border color is #42144e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42144e


Comments

No comments written yet.

Please login to write comment.