Color Hex Logo

#42305e Color Hex

#42305E
(66,48,94)
0 Favorites   0 Comments

Color spaces of #42305e

RGB 664894
HSL0.730.320.28
HSV263°49°37°
CMYK 0.300.490.00   0.63
XYZ5.32414.080311.0966
Yxy4.08030.25970.1990
Hunter Lab20.199811.6981-18.4307
CIE-Lab23.935219.1764-24.5663

#42305e color RGB value is (66,48,94).

#42305e hex color red value is 66, green value is 48 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #42305e hue: 0.73 , saturation: 0.32 and the lightness value of 42305e is 0.28.

The process color (four color CMYK) of #42305e color hex is 0.30, 0.49, 0.00, 0.63. Web safe color of #42305e is #333366. Color #42305e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110000 01011110
Octal 102 60 136
Decimal 66 48 94
Hex 42 30 5E

RGB Percentages of Color #42305e

%31.73
%23.08
%45.19

CMYK Percentages of Color #42305e

%30
%49
%0
%63

Triadic Colors of #42305e

#42305e #5e4230 #305e42

Analogous Colors of #42305e

#42305e #59305e #30355e

Monochromatic Colors of #42305e

#42305e

Complementary Color

#42305e #4c5e30

#42305e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42305e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42305e Color CSS Codes

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

#42305e Text Font Color

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

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


#42305e Background Color

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

This div background color is #42305e


#42305e Border Color

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

This div border color is #42305e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42305e


Comments

No comments written yet.

Please login to write comment.