Color Hex Logo

#42325c Color Hex

#42325C
(66,50,92)
0 Favorites   0 Comments

Color spaces of #42325c

RGB 665092
HSL0.730.300.28
HSV263°46°36°
CMYK 0.280.460.00   0.64
XYZ5.31914.212210.6579
Yxy4.21220.26350.2086
Hunter Lab20.523610.3454-16.4227
CIE-Lab24.360917.2813-22.5845

#42325c color RGB value is (66,50,92).

#42325c hex color red value is 66, green value is 50 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #42325c hue: 0.73 , saturation: 0.30 and the lightness value of 42325c is 0.28.

The process color (four color CMYK) of #42325c color hex is 0.28, 0.46, 0.00, 0.64. Web safe color of #42325c is #333366. Color #42325c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110010 01011100
Octal 102 62 134
Decimal 66 50 92
Hex 42 32 5C

RGB Percentages of Color #42325c

%31.73
%24.04
%44.23

CMYK Percentages of Color #42325c

%28
%46
%0
%64

Triadic Colors of #42325c

#42325c #5c4232 #325c42

Analogous Colors of #42325c

#42325c #57325c #32375c

Monochromatic Colors of #42325c

#42325c

Complementary Color

#42325c #4c5c32

#42325c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42325c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42325c Color CSS Codes

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

#42325c Text Font Color

<p style="color:#42325c">Text here</p>

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


#42325c Background Color

<div style="background-color:#42325c">
Div content here</div>

This div background color is #42325c


#42325c Border Color

<div style="border:3px solid #42325c">
Div here</div>

This div border color is #42325c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42325c


Comments

No comments written yet.

Please login to write comment.