Color Hex Logo

#42334b Color Hex

#42334B
(66,51,75)
0 Favorites   0 Comments

Color spaces of #42334b

RGB 665175
HSL0.770.190.25
HSV278°32°29°
CMYK 0.120.320.00   0.71
XYZ4.70064.03397.1875
Yxy4.03390.29520.2534
Hunter Lab20.08466.6282-7.1584
CIE-Lab23.783212.0512-12.2377

#42334b color RGB value is (66,51,75).

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

The process color (four color CMYK) of #42334b color hex is 0.12, 0.32, 0.00, 0.71. Web safe color of #42334b is #333333. Color #42334b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110011 01001011
Octal 102 63 113
Decimal 66 51 75
Hex 42 33 4B

RGB Percentages of Color #42334b

%34.38
%26.56
%39.06

CMYK Percentages of Color #42334b

%12
%32
%0
%71

Triadic Colors of #42334b

#42334b #4b4233 #334b42

Analogous Colors of #42334b

#42334b #4b3348 #36334b

Monochromatic Colors of #42334b

#42334b

Complementary Color

#42334b #3c4b33

#42334b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42334b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42334b Color CSS Codes

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

#42334b Text Font Color

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

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


#42334b Background Color

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

This div background color is #42334b


#42334b Border Color

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

This div border color is #42334b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42334b


Comments

No comments written yet.

Please login to write comment.