Color Hex Logo

#42326f Color Hex

#42326F
(66,50,111)
0 Favorites   0 Comments

Color spaces of #42326f

RGB 6650111
HSL0.710.380.32
HSV256°55°44°
CMYK 0.410.550.00   0.56
XYZ6.25664.587215.5946
Yxy4.58720.23660.1735
Hunter Lab21.417714.6627-28.1776
CIE-Lab25.524822.8986-33.0465

#42326f color RGB value is (66,50,111).

#42326f hex color red value is 66, green value is 50 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #42326f hue: 0.71 , saturation: 0.38 and the lightness value of 42326f is 0.32.

The process color (four color CMYK) of #42326f color hex is 0.41, 0.55, 0.00, 0.56. Web safe color of #42326f is #333366. Color #42326f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110010 01101111
Octal 102 62 157
Decimal 66 50 111
Hex 42 32 6F

RGB Percentages of Color #42326f

%29.07
%22.03
%48.90

CMYK Percentages of Color #42326f

%41
%55
%0
%56

Triadic Colors of #42326f

#42326f #6f4232 #326f42

Analogous Colors of #42326f

#42326f #61326f #32406f

Monochromatic Colors of #42326f

#42326f

Complementary Color

#42326f #5f6f32

#42326f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42326f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42326f Color CSS Codes

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

#42326f Text Font Color

<p style="color:#42326f">Text here</p>

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


#42326f Background Color

<div style="background-color:#42326f">
Div content here</div>

This div background color is #42326f


#42326f Border Color

<div style="border:3px solid #42326f">
Div here</div>

This div border color is #42326f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,50,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42326f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42326f;
  -webkit-box-shadow: 1px 1px 3px 2px #42326f;
  box-shadow:         1px 1px 3px 2px #42326f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42326f


Comments

No comments written yet.

Please login to write comment.