Color Hex Logo

#424192 Color Hex

#424192
(66,65,146)
0 Favorites   0 Comments

Color spaces of #424192

RGB 6665146
HSL0.670.380.41
HSV241°55°57°
CMYK 0.550.550.00   0.43
XYZ9.32547.014228.0565
Yxy7.01420.21000.1580
Hunter Lab26.484316.5041-44.2705
CIE-Lab31.839224.4073-44.7872

#424192 color RGB value is (66,65,146).

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

The process color (four color CMYK) of #424192 color hex is 0.55, 0.55, 0.00, 0.43. Web safe color of #424192 is #333399. Color #424192 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000001 10010010
Octal 102 101 222
Decimal 66 65 146
Hex 42 41 92

RGB Percentages of Color #424192

%23.83
%23.47
%52.71

CMYK Percentages of Color #424192

%55
%55
%0
%43

Triadic Colors of #424192

#424192 #924241 #419242

Analogous Colors of #424192

#424192 #6b4192 #416992

Monochromatic Colors of #424192

#424192

Complementary Color

#424192 #919241

#424192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424192 Color CSS Codes

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

#424192 Text Font Color

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

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


#424192 Background Color

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

This div background color is #424192


#424192 Border Color

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

This div border color is #424192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424192


Comments

No comments written yet.

Please login to write comment.