Color Hex Logo

#42039f Color Hex

#42039F
(66,3,159)
0 Favorites   0 Comments

Color spaces of #42039f

RGB 663159
HSL0.730.960.32
HSV264°98°62°
CMYK 0.580.980.00   0.38
XYZ8.53733.726633.0702
Yxy3.72660.18830.0822
Hunter Lab19.304445.1582-88.0561
CIE-Lab22.746256.9129-67.6343

#42039f color RGB value is (66,3,159).

#42039f hex color red value is 66, green value is 3 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #42039f hue: 0.73 , saturation: 0.96 and the lightness value of 42039f is 0.32.

The process color (four color CMYK) of #42039f color hex is 0.58, 0.98, 0.00, 0.38. Web safe color of #42039f is #330099. Color #42039f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000011 10011111
Octal 102 3 237
Decimal 66 3 159
Hex 42 3 9F

RGB Percentages of Color #42039f

%28.95
%1.32
%69.74

CMYK Percentages of Color #42039f

%58
%98
%0
%38

Triadic Colors of #42039f

#42039f #9f4203 #039f42

Analogous Colors of #42039f

#42039f #90039f #03129f

Monochromatic Colors of #42039f

#42039f

Complementary Color

#42039f #609f03

#42039f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42039f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42039f Color CSS Codes

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

#42039f Text Font Color

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

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


#42039f Background Color

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

This div background color is #42039f


#42039f Border Color

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

This div border color is #42039f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42039f


Comments

No comments written yet.

Please login to write comment.