Color Hex Logo

#413fbd Color Hex

#413FBD
(65,63,189)
0 Favorites   0 Comments

Color spaces of #413fbd

RGB 6563189
HSL0.670.500.49
HSV241°67°74°
CMYK 0.660.670.00   0.26
XYZ13.14288.353049.0637
Yxy8.35300.18630.1184
Hunter Lab28.901630.5940-80.4205
CIE-Lab34.707539.9883-65.9043

#413fbd color RGB value is (65,63,189).

#413fbd hex color red value is 65, green value is 63 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #413fbd hue: 0.67 , saturation: 0.50 and the lightness value of 413fbd is 0.49.

The process color (four color CMYK) of #413fbd color hex is 0.66, 0.67, 0.00, 0.26. Web safe color of #413fbd is #3333cc. Color #413fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111111 10111101
Octal 101 77 275
Decimal 65 63 189
Hex 41 3F BD

RGB Percentages of Color #413fbd

%20.50
%19.87
%59.62

CMYK Percentages of Color #413fbd

%66
%67
%0
%26

Triadic Colors of #413fbd

#413fbd #bd413f #3fbd41

Analogous Colors of #413fbd

#413fbd #803fbd #3f7cbd

Monochromatic Colors of #413fbd

#413fbd

Complementary Color

#413fbd #bbbd3f

#413fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#413fbd Color CSS Codes

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

#413fbd Text Font Color

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

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


#413fbd Background Color

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

This div background color is #413fbd


#413fbd Border Color

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

This div border color is #413fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413fbd


Comments

No comments written yet.

Please login to write comment.