Color Hex Logo

#413bbd Color Hex

#413BBD
(65,59,189)
0 Favorites   0 Comments

Color spaces of #413bbd

RGB 6559189
HSL0.670.520.49
HSV243°69°74°
CMYK 0.660.690.00   0.26
XYZ12.92927.925948.9925
Yxy7.92590.18510.1135
Hunter Lab28.153032.7081-83.4708
CIE-Lab33.828142.3706-67.3463

#413bbd color RGB value is (65,59,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111011 10111101
Octal 101 73 275
Decimal 65 59 189
Hex 41 3B BD

RGB Percentages of Color #413bbd

%20.77
%18.85
%60.38

CMYK Percentages of Color #413bbd

%66
%69
%0
%26

Triadic Colors of #413bbd

#413bbd #bd413b #3bbd41

Analogous Colors of #413bbd

#413bbd #823bbd #3b76bd

Monochromatic Colors of #413bbd

#413bbd

Complementary Color

#413bbd #b7bd3b

#413bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#413bbd Color CSS Codes

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

#413bbd Text Font Color

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

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


#413bbd Background Color

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

This div background color is #413bbd


#413bbd Border Color

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

This div border color is #413bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413bbd


Comments

No comments written yet.

Please login to write comment.