Color Hex Logo

#424378 Color Hex

#424378
(66,67,120)
0 Favorites   0 Comments

Color spaces of #424378

RGB 6667120
HSL0.660.290.36
HSV239°45°47°
CMYK 0.450.440.00   0.53
XYZ7.64416.528618.6266
Yxy6.52860.23310.1990
Hunter Lab25.55118.6872-25.3362
CIE-Lab30.708714.4931-30.4928

#424378 color RGB value is (66,67,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000011 01111000
Octal 102 103 170
Decimal 66 67 120
Hex 42 43 78

RGB Percentages of Color #424378

%26.09
%26.48
%47.43

CMYK Percentages of Color #424378

%45
%44
%0
%53

Triadic Colors of #424378

#424378 #784243 #437842

Analogous Colors of #424378

#424378 #5c4278 #425e78

Monochromatic Colors of #424378

#424378

Complementary Color

#424378 #787742

#424378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424378 Color CSS Codes

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

#424378 Text Font Color

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

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


#424378 Background Color

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

This div background color is #424378


#424378 Border Color

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

This div border color is #424378


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,67,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 #424378">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424378


Comments

No comments written yet.

Please login to write comment.