Color Hex Logo

#424093 Color Hex

#424093
(66,64,147)
0 Favorites   0 Comments

Color spaces of #424093

RGB 6664147
HSL0.670.390.41
HSV241°56°58°
CMYK 0.550.560.00   0.42
XYZ9.34666.931628.4491
Yxy6.93160.20900.1550
Hunter Lab26.327917.2949-45.6373
CIE-Lab31.650725.3946-45.7031

#424093 color RGB value is (66,64,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000000 10010011
Octal 102 100 223
Decimal 66 64 147
Hex 42 40 93

RGB Percentages of Color #424093

%23.83
%23.10
%53.07

CMYK Percentages of Color #424093

%55
%56
%0
%42

Triadic Colors of #424093

#424093 #934240 #409342

Analogous Colors of #424093

#424093 #6c4093 #406893

Monochromatic Colors of #424093

#424093

Complementary Color

#424093 #919340

#424093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424093 Color CSS Codes

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

#424093 Text Font Color

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

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


#424093 Background Color

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

This div background color is #424093


#424093 Border Color

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

This div border color is #424093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424093


Comments

No comments written yet.

Please login to write comment.