Color Hex Logo

#4163fa Color Hex

#4163FA
(65,99,250)
0 Favorites   0 Comments

Color spaces of #4163fa

RGB 6599250
HSL0.640.950.62
HSV229°74°98°
CMYK 0.740.600.00   0.02
XYZ23.897116.949692.4546
Yxy16.94960.17930.1272
Hunter Lab41.169931.5632-104.3277
CIE-Lab48.196538.8683-78.7046

#4163fa color RGB value is (65,99,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100011 11111010
Octal 101 143 372
Decimal 65 99 250
Hex 41 63 FA

RGB Percentages of Color #4163fa

%15.70
%23.91
%60.39

CMYK Percentages of Color #4163fa

%74
%60
%0
%2

Triadic Colors of #4163fa

#4163fa #fa4163 #63fa41

Analogous Colors of #4163fa

#4163fa #7c41fa #41c0fa

Monochromatic Colors of #4163fa

#4163fa

Complementary Color

#4163fa #fad841

#4163fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4163fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4163fa Color CSS Codes

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

#4163fa Text Font Color

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

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


#4163fa Background Color

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

This div background color is #4163fa


#4163fa Border Color

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

This div border color is #4163fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4163fa


Comments

No comments written yet.

Please login to write comment.