Color Hex Logo

#4183fa Color Hex

#4183FA
(65,131,250)
0 Favorites   0 Comments

Color spaces of #4183fa

RGB 65131250
HSL0.610.950.62
HSV219°74°98°
CMYK 0.740.480.00   0.02
XYZ27.551624.258593.6727
Yxy24.25850.18940.1667
Hunter Lab49.252913.6585-78.2849
CIE-Lab56.345719.0723-65.4823

#4183fa color RGB value is (65,131,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000011 11111010
Octal 101 203 372
Decimal 65 131 250
Hex 41 83 FA

RGB Percentages of Color #4183fa

%14.57
%29.37
%56.05

CMYK Percentages of Color #4183fa

%74
%48
%0
%2

Triadic Colors of #4183fa

#4183fa #fa4183 #83fa41

Analogous Colors of #4183fa

#4183fa #5b41fa #41e0fa

Monochromatic Colors of #4183fa

#4183fa

Complementary Color

#4183fa #fab841

#4183fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4183fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4183fa Color CSS Codes

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

#4183fa Text Font Color

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

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


#4183fa Background Color

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

This div background color is #4183fa


#4183fa Border Color

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

This div border color is #4183fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4183fa


Comments

No comments written yet.

Please login to write comment.