Color Hex Logo

#4180fe Color Hex

#4180FE
(65,128,254)
0 Favorites   0 Comments

Color spaces of #4180fe

RGB 65128254
HSL0.610.990.63
HSV220°74°100°
CMYK 0.740.500.00   0.00
XYZ27.788523.717996.8793
Yxy23.71790.18730.1598
Hunter Lab48.701016.6242-83.8529
CIE-Lab55.804222.3518-68.5620

#4180fe color RGB value is (65,128,254).

#4180fe hex color red value is 65, green value is 128 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4180fe hue: 0.61 , saturation: 0.99 and the lightness value of 4180fe is 0.63.

The process color (four color CMYK) of #4180fe color hex is 0.74, 0.50, 0.00, 0.00. Web safe color of #4180fe is #3399ff. Color #4180fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000000 11111110
Octal 101 200 376
Decimal 65 128 254
Hex 41 80 FE

RGB Percentages of Color #4180fe

%14.54
%28.64
%56.82

CMYK Percentages of Color #4180fe

%74
%50
%0
%0

Triadic Colors of #4180fe

#4180fe #fe4180 #80fe41

Analogous Colors of #4180fe

#4180fe #6041fe #41dffe

Monochromatic Colors of #4180fe

#4180fe

Complementary Color

#4180fe #febf41

#4180fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4180fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4180fe Color CSS Codes

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

#4180fe Text Font Color

<p style="color:#4180fe">Text here</p>

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


#4180fe Background Color

<div style="background-color:#4180fe">
Div content here</div>

This div background color is #4180fe


#4180fe Border Color

<div style="border:3px solid #4180fe">
Div here</div>

This div border color is #4180fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,128,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4180fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4180fe;
  -webkit-box-shadow: 1px 1px 3px 2px #4180fe;
  box-shadow:         1px 1px 3px 2px #4180fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4180fe


Comments

No comments written yet.

Please login to write comment.