Color Hex Logo

#42356b Color Hex

#42356B
(66,53,107)
0 Favorites   0 Comments

Color spaces of #42356b

RGB 6653107
HSL0.710.340.31
HSV254°50°42°
CMYK 0.380.500.00   0.58
XYZ6.17374.766014.5045
Yxy4.76600.24260.1873
Hunter Lab21.831212.2740-24.1101
CIE-Lab26.057419.7070-29.6307

#42356b color RGB value is (66,53,107).

#42356b hex color red value is 66, green value is 53 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #42356b hue: 0.71 , saturation: 0.34 and the lightness value of 42356b is 0.31.

The process color (four color CMYK) of #42356b color hex is 0.38, 0.50, 0.00, 0.58. Web safe color of #42356b is #333366. Color #42356b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110101 01101011
Octal 102 65 153
Decimal 66 53 107
Hex 42 35 6B

RGB Percentages of Color #42356b

%29.20
%23.45
%47.35

CMYK Percentages of Color #42356b

%38
%50
%0
%58

Triadic Colors of #42356b

#42356b #6b4235 #356b42

Analogous Colors of #42356b

#42356b #5d356b #35436b

Monochromatic Colors of #42356b

#42356b

Complementary Color

#42356b #5e6b35

#42356b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42356b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42356b Color CSS Codes

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

#42356b Text Font Color

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

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


#42356b Background Color

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

This div background color is #42356b


#42356b Border Color

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

This div border color is #42356b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42356b


Comments

No comments written yet.

Please login to write comment.