Color Hex Logo

#424150 Color Hex

#424150
(66,65,80)
0 Favorites   0 Comments

Color spaces of #424150

RGB 666580
HSL0.680.100.28
HSV244°19°31°
CMYK 0.180.190.00   0.69
XYZ5.58505.51808.3601
Yxy5.51800.28700.2835
Hunter Lab23.49041.3313-4.6577
CIE-Lab28.16234.0311-8.8636

#424150 color RGB value is (66,65,80).

#424150 hex color red value is 66, green value is 65 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #424150 hue: 0.68 , saturation: 0.10 and the lightness value of 424150 is 0.28.

The process color (four color CMYK) of #424150 color hex is 0.18, 0.19, 0.00, 0.69. Web safe color of #424150 is #333366. Color #424150 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000001 01010000
Octal 102 101 120
Decimal 66 65 80
Hex 42 41 50

RGB Percentages of Color #424150

%31.28
%30.81
%37.91

CMYK Percentages of Color #424150

%18
%19
%0
%69

Triadic Colors of #424150

#424150 #504241 #415042

Analogous Colors of #424150

#424150 #4a4150 #414850

Monochromatic Colors of #424150

#424150

Complementary Color

#424150 #4f5041

#424150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424150 Color CSS Codes

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

#424150 Text Font Color

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

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


#424150 Background Color

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

This div background color is #424150


#424150 Border Color

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

This div border color is #424150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424150


Comments

No comments written yet.

Please login to write comment.