Color Hex Logo

#42334e Color Hex

#42334E
(66,51,78)
0 Favorites   0 Comments

Color spaces of #42334e

RGB 665178
HSL0.760.210.25
HSV273°35°31°
CMYK 0.150.350.00   0.69
XYZ4.80574.07607.7412
Yxy4.07600.28910.2452
Hunter Lab20.18917.1582-8.6015
CIE-Lab23.921112.8145-14.0243

#42334e color RGB value is (66,51,78).

#42334e hex color red value is 66, green value is 51 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #42334e hue: 0.76 , saturation: 0.21 and the lightness value of 42334e is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110011 01001110
Octal 102 63 116
Decimal 66 51 78
Hex 42 33 4E

RGB Percentages of Color #42334e

%33.85
%26.15
%40.00

CMYK Percentages of Color #42334e

%15
%35
%0
%69

Triadic Colors of #42334e

#42334e #4e4233 #334e42

Analogous Colors of #42334e

#42334e #4e334d #35334e

Monochromatic Colors of #42334e

#42334e

Complementary Color

#42334e #3f4e33

#42334e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42334e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42334e Color CSS Codes

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

#42334e Text Font Color

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

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


#42334e Background Color

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

This div background color is #42334e


#42334e Border Color

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

This div border color is #42334e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42334e


Comments

No comments written yet.

Please login to write comment.