Color Hex Logo

#414cff Color Hex

#414CFF
(65,76,255)
0 Favorites   0 Comments

Color spaces of #414cff

RGB 6576255
HSL0.661.000.63
HSV237°75°100°
CMYK 0.750.700.00   0.00
XYZ22.814413.512796.0135
Yxy13.51270.17240.1021
Hunter Lab36.759646.4544-129.1295
CIE-Lab43.525854.1606-89.1570

#414cff color RGB value is (65,76,255).

#414cff hex color red value is 65, green value is 76 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #414cff hue: 0.66 , saturation: 1.00 and the lightness value of 414cff is 0.63.

The process color (four color CMYK) of #414cff color hex is 0.75, 0.70, 0.00, 0.00. Web safe color of #414cff is #3333ff. Color #414cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001100 11111111
Octal 101 114 377
Decimal 65 76 255
Hex 41 4C FF

RGB Percentages of Color #414cff

%16.41
%19.19
%64.39

CMYK Percentages of Color #414cff

%75
%70
%0
%0

Triadic Colors of #414cff

#414cff #ff414c #4cff41

Analogous Colors of #414cff

#414cff #9541ff #41abff

Monochromatic Colors of #414cff

#414cff

Complementary Color

#414cff #fff441

#414cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#414cff Color CSS Codes

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

#414cff Text Font Color

<p style="color:#414cff">Text here</p>

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


#414cff Background Color

<div style="background-color:#414cff">
Div content here</div>

This div background color is #414cff


#414cff Border Color

<div style="border:3px solid #414cff">
Div here</div>

This div border color is #414cff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,76,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #414cff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #414cff;
  -webkit-box-shadow: 1px 1px 3px 2px #414cff;
  box-shadow:         1px 1px 3px 2px #414cff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414cff

Related Colors


Comments

No comments written yet.

Please login to write comment.