Color Hex Logo

#413cba Color Hex

#413CBA
(65,60,186)
0 Favorites   0 Comments

Color spaces of #413cba

RGB 6560186
HSL0.670.510.48
HSV242°68°73°
CMYK 0.650.680.00   0.27
XYZ12.65887.900747.3122
Yxy7.90070.18650.1164
Hunter Lab28.108231.1999-80.1223
CIE-Lab33.775240.7931-65.6650

#413cba color RGB value is (65,60,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111100 10111010
Octal 101 74 272
Decimal 65 60 186
Hex 41 3C BA

RGB Percentages of Color #413cba

%20.90
%19.29
%59.81

CMYK Percentages of Color #413cba

%65
%68
%0
%27

Triadic Colors of #413cba

#413cba #ba413c #3cba41

Analogous Colors of #413cba

#413cba #803cba #3c76ba

Monochromatic Colors of #413cba

#413cba

Complementary Color

#413cba #b5ba3c

#413cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#413cba Color CSS Codes

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

#413cba Text Font Color

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

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


#413cba Background Color

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

This div background color is #413cba


#413cba Border Color

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

This div border color is #413cba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,60,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 #413cba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413cba


Comments

No comments written yet.

Please login to write comment.