Color Hex Logo

#414753 Color Hex

#414753
(65,71,83)
0 Favorites   0 Comments

Color spaces of #414753

RGB 657183
HSL0.610.120.29
HSV220°22°33°
CMYK 0.220.140.00   0.67
XYZ5.99456.25489.0750
Yxy6.25480.28110.2933
Hunter Lab25.0096-0.9825-4.0073
CIE-Lab30.04640.5493-7.9722

#414753 color RGB value is (65,71,83).

#414753 hex color red value is 65, green value is 71 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #414753 hue: 0.61 , saturation: 0.12 and the lightness value of 414753 is 0.29.

The process color (four color CMYK) of #414753 color hex is 0.22, 0.14, 0.00, 0.67. Web safe color of #414753 is #333366. Color #414753 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000111 01010011
Octal 101 107 123
Decimal 65 71 83
Hex 41 47 53

RGB Percentages of Color #414753

%29.68
%32.42
%37.90

CMYK Percentages of Color #414753

%22
%14
%0
%67

Triadic Colors of #414753

#414753 #534147 #475341

Analogous Colors of #414753

#414753 #444153 #415053

Monochromatic Colors of #414753

#414753

Complementary Color

#414753 #534d41

#414753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414753 Color CSS Codes

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

#414753 Text Font Color

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

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


#414753 Background Color

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

This div background color is #414753


#414753 Border Color

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

This div border color is #414753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414753


Comments

No comments written yet.

Please login to write comment.