Color Hex Logo

#42419d Color Hex

#42419D
(66,65,157)
0 Favorites   0 Comments

Color spaces of #42419d

RGB 6665157
HSL0.670.410.44
HSV241°59°62°
CMYK 0.580.590.00   0.38
XYZ10.22297.373232.7826
Yxy7.37320.20290.1464
Hunter Lab27.153619.6835-52.5733
CIE-Lab32.641828.1205-50.1820

#42419d color RGB value is (66,65,157).

#42419d hex color red value is 66, green value is 65 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #42419d hue: 0.67 , saturation: 0.41 and the lightness value of 42419d is 0.44.

The process color (four color CMYK) of #42419d color hex is 0.58, 0.59, 0.00, 0.38. Web safe color of #42419d is #333399. Color #42419d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000001 10011101
Octal 102 101 235
Decimal 66 65 157
Hex 42 41 9D

RGB Percentages of Color #42419d

%22.92
%22.57
%54.51

CMYK Percentages of Color #42419d

%58
%59
%0
%38

Triadic Colors of #42419d

#42419d #9d4241 #419d42

Analogous Colors of #42419d

#42419d #70419d #416e9d

Monochromatic Colors of #42419d

#42419d

Complementary Color

#42419d #9c9d41

#42419d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42419d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42419d Color CSS Codes

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

#42419d Text Font Color

<p style="color:#42419d">Text here</p>

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


#42419d Background Color

<div style="background-color:#42419d">
Div content here</div>

This div background color is #42419d


#42419d Border Color

<div style="border:3px solid #42419d">
Div here</div>

This div border color is #42419d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,65,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42419d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42419d;
  -webkit-box-shadow: 1px 1px 3px 2px #42419d;
  box-shadow:         1px 1px 3px 2px #42419d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42419d


Comments

No comments written yet.

Please login to write comment.