Color Hex Logo

#410faf Color Hex

#410FAF
(65,15,175)
0 Favorites   0 Comments

Color spaces of #410faf

RGB 6515175
HSL0.720.840.37
HSV259°91°69°
CMYK 0.630.910.00   0.31
XYZ10.08874.560640.9060
Yxy4.56060.18160.0821
Hunter Lab21.355646.9539-98.6195
CIE-Lab25.444358.0991-72.8573

#410faf color RGB value is (65,15,175).

#410faf hex color red value is 65, green value is 15 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #410faf hue: 0.72 , saturation: 0.84 and the lightness value of 410faf is 0.37.

The process color (four color CMYK) of #410faf color hex is 0.63, 0.91, 0.00, 0.31. Web safe color of #410faf is #330099. Color #410faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00001111 10101111
Octal 101 17 257
Decimal 65 15 175
Hex 41 F AF

RGB Percentages of Color #410faf

%25.49
%5.88
%68.63

CMYK Percentages of Color #410faf

%63
%91
%0
%31

Triadic Colors of #410faf

#410faf #af410f #0faf41

Analogous Colors of #410faf

#410faf #910faf #0f2daf

Monochromatic Colors of #410faf

#410faf

Complementary Color

#410faf #7daf0f

#410faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#410faf Color CSS Codes

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

#410faf Text Font Color

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

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


#410faf Background Color

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

This div background color is #410faf


#410faf Border Color

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

This div border color is #410faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410faf


Comments

No comments written yet.

Please login to write comment.