Color Hex Logo

#413aba Color Hex

#413ABA
(65,58,186)
0 Favorites   0 Comments

Color spaces of #413aba

RGB 6558186
HSL0.680.520.48
HSV243°69°73°
CMYK 0.650.690.00   0.27
XYZ12.55607.695147.2779
Yxy7.69510.18590.1140
Hunter Lab27.740032.2495-81.6311
CIE-Lab33.339741.9775-66.3793

#413aba color RGB value is (65,58,186).

#413aba hex color red value is 65, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #413aba hue: 0.68 , saturation: 0.52 and the lightness value of 413aba is 0.48.

The process color (four color CMYK) of #413aba color hex is 0.65, 0.69, 0.00, 0.27. Web safe color of #413aba is #3333cc. Color #413aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111010 10111010
Octal 101 72 272
Decimal 65 58 186
Hex 41 3A BA

RGB Percentages of Color #413aba

%21.04
%18.77
%60.19

CMYK Percentages of Color #413aba

%65
%69
%0
%27

Triadic Colors of #413aba

#413aba #ba413a #3aba41

Analogous Colors of #413aba

#413aba #813aba #3a73ba

Monochromatic Colors of #413aba

#413aba

Complementary Color

#413aba #b3ba3a

#413aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#413aba Color CSS Codes

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

#413aba Text Font Color

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

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


#413aba Background Color

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

This div background color is #413aba


#413aba Border Color

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

This div border color is #413aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413aba


Comments

No comments written yet.

Please login to write comment.