Color Hex Logo

#4131fa Color Hex

#4131FA
(65,49,250)
0 Favorites   0 Comments

Color spaces of #4131fa

RGB 6549250
HSL0.680.950.59
HSV245°80°98°
CMYK 0.740.800.00   0.02
XYZ20.533610.222691.3334
Yxy10.22260.16820.0837
Hunter Lab31.972858.6840-146.9867
CIE-Lab38.239066.2279-95.1039

#4131fa color RGB value is (65,49,250).

#4131fa hex color red value is 65, green value is 49 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4131fa hue: 0.68 , saturation: 0.95 and the lightness value of 4131fa is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110001 11111010
Octal 101 61 372
Decimal 65 49 250
Hex 41 31 FA

RGB Percentages of Color #4131fa

%17.86
%13.46
%68.68

CMYK Percentages of Color #4131fa

%74
%80
%0
%2

Triadic Colors of #4131fa

#4131fa #fa4131 #31fa41

Analogous Colors of #4131fa

#4131fa #a631fa #3186fa

Monochromatic Colors of #4131fa

#4131fa

Complementary Color

#4131fa #eafa31

#4131fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4131fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4131fa Color CSS Codes

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

#4131fa Text Font Color

<p style="color:#4131fa">Text here</p>

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


#4131fa Background Color

<div style="background-color:#4131fa">
Div content here</div>

This div background color is #4131fa


#4131fa Border Color

<div style="border:3px solid #4131fa">
Div here</div>

This div border color is #4131fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4131fa


Comments

No comments written yet.

Please login to write comment.