Color Hex Logo

#413bae Color Hex

#413BAE
(65,59,174)
0 Favorites   0 Comments

Color spaces of #413bae

RGB 6559174
HSL0.680.490.46
HSV243°66°68°
CMYK 0.630.660.00   0.32
XYZ11.38397.307740.8549
Yxy7.30770.19120.1227
Hunter Lab27.032827.8617-70.6827
CIE-Lab32.497437.4240-60.6368

#413bae color RGB value is (65,59,174).

#413bae hex color red value is 65, green value is 59 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #413bae hue: 0.68 , saturation: 0.49 and the lightness value of 413bae is 0.46.

The process color (four color CMYK) of #413bae color hex is 0.63, 0.66, 0.00, 0.32. Web safe color of #413bae is #333399. Color #413bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111011 10101110
Octal 101 73 256
Decimal 65 59 174
Hex 41 3B AE

RGB Percentages of Color #413bae

%21.81
%19.80
%58.39

CMYK Percentages of Color #413bae

%63
%66
%0
%32

Triadic Colors of #413bae

#413bae #ae413b #3bae41

Analogous Colors of #413bae

#413bae #7b3bae #3b6fae

Monochromatic Colors of #413bae

#413bae

Complementary Color

#413bae #a8ae3b

#413bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#413bae Color CSS Codes

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

#413bae Text Font Color

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

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


#413bae Background Color

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

This div background color is #413bae


#413bae Border Color

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

This div border color is #413bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413bae


Comments

No comments written yet.

Please login to write comment.