Color Hex Logo

#414ffd Color Hex

#414FFD
(65,79,253)
0 Favorites   0 Comments

Color spaces of #414ffd

RGB 6579253
HSL0.650.980.62
HSV236°74°99°
CMYK 0.740.690.00   0.01
XYZ22.705613.807694.3969
Yxy13.80760.17340.1055
Hunter Lab37.158644.0442-124.6081
CIE-Lab43.955751.8128-87.3333

#414ffd color RGB value is (65,79,253).

#414ffd hex color red value is 65, green value is 79 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #414ffd hue: 0.65 , saturation: 0.98 and the lightness value of 414ffd is 0.62.

The process color (four color CMYK) of #414ffd color hex is 0.74, 0.69, 0.00, 0.01. Web safe color of #414ffd is #3366ff. Color #414ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001111 11111101
Octal 101 117 375
Decimal 65 79 253
Hex 41 4F FD

RGB Percentages of Color #414ffd

%16.37
%19.90
%63.73

CMYK Percentages of Color #414ffd

%74
%69
%0
%1

Triadic Colors of #414ffd

#414ffd #fd414f #4ffd41

Analogous Colors of #414ffd

#414ffd #9141fd #41adfd

Monochromatic Colors of #414ffd

#414ffd

Complementary Color

#414ffd #fdef41

#414ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#414ffd Color CSS Codes

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

#414ffd Text Font Color

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

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


#414ffd Background Color

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

This div background color is #414ffd


#414ffd Border Color

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

This div border color is #414ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.