Color Hex Logo

#410efa Color Hex

#410EFA
(65,14,250)
0 Favorites   0 Comments

Color spaces of #410efa

RGB 6514250
HSL0.700.960.52
HSV253°94°98°
CMYK 0.740.940.00   0.02
XYZ19.59238.340091.0196
Yxy8.34000.16470.0701
Hunter Lab28.879170.5607-166.6520
CIE-Lab34.681276.9071-101.0219

#410efa color RGB value is (65,14,250).

#410efa hex color red value is 65, green value is 14 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #410efa hue: 0.70 , saturation: 0.96 and the lightness value of 410efa is 0.52.

The process color (four color CMYK) of #410efa color hex is 0.74, 0.94, 0.00, 0.02. Web safe color of #410efa is #3300ff. Color #410efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00001110 11111010
Octal 101 16 372
Decimal 65 14 250
Hex 41 E FA

RGB Percentages of Color #410efa

%19.76
%4.26
%75.99

CMYK Percentages of Color #410efa

%74
%94
%0
%2

Triadic Colors of #410efa

#410efa #fa410e #0efa41

Analogous Colors of #410efa

#410efa #b70efa #0e51fa

Monochromatic Colors of #410efa

#410efa

Complementary Color

#410efa #c7fa0e

#410efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#410efa Color CSS Codes

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

#410efa Text Font Color

<p style="color:#410efa">Text here</p>

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


#410efa Background Color

<div style="background-color:#410efa">
Div content here</div>

This div background color is #410efa


#410efa Border Color

<div style="border:3px solid #410efa">
Div here</div>

This div border color is #410efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410efa

Related Colors


Comments

No comments written yet.

Please login to write comment.