Color Hex Logo

#424578 Color Hex

#424578
(66,69,120)
0 Favorites   0 Comments

Color spaces of #424578

RGB 6669120
HSL0.660.290.36
HSV237°45°47°
CMYK 0.450.430.00   0.53
XYZ7.76516.770618.6669
Yxy6.77060.23390.2039
Hunter Lab26.02047.7330-24.3201
CIE-Lab31.278913.1684-29.5898

#424578 color RGB value is (66,69,120).

#424578 hex color red value is 66, green value is 69 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #424578 hue: 0.66 , saturation: 0.29 and the lightness value of 424578 is 0.36.

The process color (four color CMYK) of #424578 color hex is 0.45, 0.43, 0.00, 0.53. Web safe color of #424578 is #333366. Color #424578 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000101 01111000
Octal 102 105 170
Decimal 66 69 120
Hex 42 45 78

RGB Percentages of Color #424578

%25.88
%27.06
%47.06

CMYK Percentages of Color #424578

%45
%43
%0
%53

Triadic Colors of #424578

#424578 #784245 #457842

Analogous Colors of #424578

#424578 #5a4278 #426078

Monochromatic Colors of #424578

#424578

Complementary Color

#424578 #787542

#424578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424578 Color CSS Codes

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

#424578 Text Font Color

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

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


#424578 Background Color

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

This div background color is #424578


#424578 Border Color

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

This div border color is #424578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424578


Comments

No comments written yet.

Please login to write comment.