Color Hex Logo

#414174 Color Hex

#414174
(65,65,116)
0 Favorites   0 Comments

Color spaces of #414174

RGB 6565116
HSL0.670.280.35
HSV240°44°45°
CMYK 0.440.440.00   0.55
XYZ7.22276.165417.3324
Yxy6.16540.23510.2007
Hunter Lab24.83028.4698-24.0054
CIE-Lab29.826014.2569-29.3814

#414174 color RGB value is (65,65,116).

#414174 hex color red value is 65, green value is 65 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #414174 hue: 0.67 , saturation: 0.28 and the lightness value of 414174 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000001 01110100
Octal 101 101 164
Decimal 65 65 116
Hex 41 41 74

RGB Percentages of Color #414174

%26.42
%26.42
%47.15

CMYK Percentages of Color #414174

%44
%44
%0
%55

Triadic Colors of #414174

#414174 #744141 #417441

Analogous Colors of #414174

#414174 #5b4174 #415b74

Monochromatic Colors of #414174

#414174

Complementary Color

#414174 #747441

#414174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414174 Color CSS Codes

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

#414174 Text Font Color

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

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


#414174 Background Color

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

This div background color is #414174


#414174 Border Color

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

This div border color is #414174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414174


Comments

No comments written yet.

Please login to write comment.