Color Hex Logo

#413dc2 Color Hex

#413DC2
(65,61,194)
0 Favorites   0 Comments

Color spaces of #413dc2

RGB 6561194
HSL0.670.520.50
HSV242°69°76°
CMYK 0.660.690.00   0.24
XYZ13.58638.356351.9358
Yxy8.35630.18390.1131
Hunter Lab28.907333.3066-86.2874
CIE-Lab34.714242.8357-68.8282

#413dc2 color RGB value is (65,61,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111101 11000010
Octal 101 75 302
Decimal 65 61 194
Hex 41 3D C2

RGB Percentages of Color #413dc2

%20.31
%19.06
%60.63

CMYK Percentages of Color #413dc2

%66
%69
%0
%24

Triadic Colors of #413dc2

#413dc2 #c2413d #3dc241

Analogous Colors of #413dc2

#413dc2 #843dc2 #3d7cc2

Monochromatic Colors of #413dc2

#413dc2

Complementary Color

#413dc2 #bec23d

#413dc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413dc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413dc2 Color CSS Codes

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

#413dc2 Text Font Color

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

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


#413dc2 Background Color

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

This div background color is #413dc2


#413dc2 Border Color

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

This div border color is #413dc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413dc2


Comments

No comments written yet.

Please login to write comment.