Color Hex Logo

#414268 Color Hex

#414268
(65,66,104)
0 Favorites   0 Comments

Color spaces of #414268

RGB 6566104
HSL0.660.230.33
HSV238°38°41°
CMYK 0.380.370.00   0.59
XYZ6.62696.019713.9094
Yxy6.01970.24950.2267
Hunter Lab24.53515.2763-16.4381
CIE-Lab29.46219.8341-22.3441

#414268 color RGB value is (65,66,104).

#414268 hex color red value is 65, green value is 66 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #414268 hue: 0.66 , saturation: 0.23 and the lightness value of 414268 is 0.33.

The process color (four color CMYK) of #414268 color hex is 0.38, 0.37, 0.00, 0.59. Web safe color of #414268 is #333366. Color #414268 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000010 01101000
Octal 101 102 150
Decimal 65 66 104
Hex 41 42 68

RGB Percentages of Color #414268

%27.66
%28.09
%44.26

CMYK Percentages of Color #414268

%38
%37
%0
%59

Triadic Colors of #414268

#414268 #684142 #426841

Analogous Colors of #414268

#414268 #544168 #415668

Monochromatic Colors of #414268

#414268

Complementary Color

#414268 #686741

#414268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414268 Color CSS Codes

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

#414268 Text Font Color

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

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


#414268 Background Color

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

This div background color is #414268


#414268 Border Color

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

This div border color is #414268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414268


Comments

No comments written yet.

Please login to write comment.