Color Hex Logo

#413bcd Color Hex

#413BCD
(65,59,205)
0 Favorites   0 Comments

Color spaces of #413bcd

RGB 6559205
HSL0.670.590.52
HSV242°71°80°
CMYK 0.680.710.00   0.20
XYZ14.76348.659558.6509
Yxy8.65950.17990.1055
Hunter Lab29.427038.0553-97.5718
CIE-Lab35.320347.5652-74.2470

#413bcd color RGB value is (65,59,205).

#413bcd hex color red value is 65, green value is 59 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #413bcd hue: 0.67 , saturation: 0.59 and the lightness value of 413bcd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111011 11001101
Octal 101 73 315
Decimal 65 59 205
Hex 41 3B CD

RGB Percentages of Color #413bcd

%19.76
%17.93
%62.31

CMYK Percentages of Color #413bcd

%68
%71
%0
%20

Triadic Colors of #413bcd

#413bcd #cd413b #3bcd41

Analogous Colors of #413bcd

#413bcd #8a3bcd #3b7ecd

Monochromatic Colors of #413bcd

#413bcd

Complementary Color

#413bcd #c7cd3b

#413bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#413bcd Color CSS Codes

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

#413bcd Text Font Color

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

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


#413bcd Background Color

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

This div background color is #413bcd


#413bcd Border Color

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

This div border color is #413bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413bcd


Comments

No comments written yet.

Please login to write comment.