Color Hex Logo

#418afa Color Hex

#418AFA
(65,138,250)
0 Favorites   0 Comments

Color spaces of #418afa

RGB 65138250
HSL0.600.950.62
HSV216°74°98°
CMYK 0.740.450.00   0.02
XYZ28.523826.202993.9968
Yxy26.20290.19180.1762
Hunter Lab51.18889.8848-73.0408
CIE-Lab58.229114.8012-62.4541

#418afa color RGB value is (65,138,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001010 11111010
Octal 101 212 372
Decimal 65 138 250
Hex 41 8A FA

RGB Percentages of Color #418afa

%14.35
%30.46
%55.19

CMYK Percentages of Color #418afa

%74
%45
%0
%2

Triadic Colors of #418afa

#418afa #fa418a #8afa41

Analogous Colors of #418afa

#418afa #5541fa #41e7fa

Monochromatic Colors of #418afa

#418afa

Complementary Color

#418afa #fab141

#418afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#418afa Color CSS Codes

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

#418afa Text Font Color

<p style="color:#418afa">Text here</p>

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


#418afa Background Color

<div style="background-color:#418afa">
Div content here</div>

This div background color is #418afa


#418afa Border Color

<div style="border:3px solid #418afa">
Div here</div>

This div border color is #418afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418afa


Comments

No comments written yet.

Please login to write comment.