Color Hex Logo

#424176 Color Hex

#424176
(66,65,118)
0 Favorites   0 Comments

Color spaces of #424176

RGB 6665118
HSL0.670.290.36
HSV241°45°46°
CMYK 0.440.450.00   0.54
XYZ7.40716.246817.9549
Yxy6.24680.23430.1976
Hunter Lab24.99369.1614-25.0972
CIE-Lab30.026815.1786-30.3177

#424176 color RGB value is (66,65,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000001 01110110
Octal 102 101 166
Decimal 66 65 118
Hex 42 41 76

RGB Percentages of Color #424176

%26.51
%26.10
%47.39

CMYK Percentages of Color #424176

%44
%45
%0
%54

Triadic Colors of #424176

#424176 #764241 #417642

Analogous Colors of #424176

#424176 #5d4176 #415a76

Monochromatic Colors of #424176

#424176

Complementary Color

#424176 #757641

#424176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424176 Color CSS Codes

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

#424176 Text Font Color

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

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


#424176 Background Color

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

This div background color is #424176


#424176 Border Color

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

This div border color is #424176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424176


Comments

No comments written yet.

Please login to write comment.