Color Hex Logo

#413fda Color Hex

#413FDA
(65,63,218)
0 Favorites   0 Comments

Color spaces of #413fda

RGB 6563218
HSL0.670.680.55
HSV241°71°85°
CMYK 0.700.710.00   0.15
XYZ16.61249.740867.3343
Yxy9.74080.17730.1040
Hunter Lab31.210340.3929-106.0675
CIE-Lab37.373249.4988-78.3718

#413fda color RGB value is (65,63,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111111 11011010
Octal 101 77 332
Decimal 65 63 218
Hex 41 3F DA

RGB Percentages of Color #413fda

%18.79
%18.21
%63.01

CMYK Percentages of Color #413fda

%70
%71
%0
%15

Triadic Colors of #413fda

#413fda #da413f #3fda41

Analogous Colors of #413fda

#413fda #8f3fda #3f8bda

Monochromatic Colors of #413fda

#413fda

Complementary Color

#413fda #d8da3f

#413fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#413fda Color CSS Codes

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

#413fda Text Font Color

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

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


#413fda Background Color

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

This div background color is #413fda


#413fda Border Color

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

This div border color is #413fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413fda


Comments

No comments written yet.

Please login to write comment.