Color Hex Logo

#413afa Color Hex

#413AFA
(65,58,250)
0 Favorites   0 Comments

Color spaces of #413afa

RGB 6558250
HSL0.670.950.60
HSV242°77°98°
CMYK 0.740.770.00   0.02
XYZ20.948311.052191.4716
Yxy11.05210.16970.0895
Hunter Lab33.244754.2990-139.8630
CIE-Lab39.668162.0744-92.7351

#413afa color RGB value is (65,58,250).

#413afa hex color red value is 65, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #413afa hue: 0.67 , saturation: 0.95 and the lightness value of 413afa is 0.60.

The process color (four color CMYK) of #413afa color hex is 0.74, 0.77, 0.00, 0.02. Web safe color of #413afa is #3333ff. Color #413afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111010 11111010
Octal 101 72 372
Decimal 65 58 250
Hex 41 3A FA

RGB Percentages of Color #413afa

%17.43
%15.55
%67.02

CMYK Percentages of Color #413afa

%74
%77
%0
%2

Triadic Colors of #413afa

#413afa #fa413a #3afa41

Analogous Colors of #413afa

#413afa #a13afa #3a93fa

Monochromatic Colors of #413afa

#413afa

Complementary Color

#413afa #f3fa3a

#413afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#413afa Color CSS Codes

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

#413afa Text Font Color

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

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


#413afa Background Color

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

This div background color is #413afa


#413afa Border Color

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

This div border color is #413afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413afa


Comments

No comments written yet.

Please login to write comment.