Color Hex Logo

#414fdd Color Hex

#414FDD
(65,79,221)
0 Favorites   0 Comments

Color spaces of #414fdd

RGB 6579221
HSL0.650.700.56
HSV235°71°87°
CMYK 0.710.640.00   0.13
XYZ18.027111.936269.7604
Yxy11.93620.18080.1197
Hunter Lab34.548832.6785-95.5333
CIE-Lab41.114541.0925-73.9435

#414fdd color RGB value is (65,79,221).

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

The process color (four color CMYK) of #414fdd color hex is 0.71, 0.64, 0.00, 0.13. Web safe color of #414fdd is #3366cc. Color #414fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001111 11011101
Octal 101 117 335
Decimal 65 79 221
Hex 41 4F DD

RGB Percentages of Color #414fdd

%17.81
%21.64
%60.55

CMYK Percentages of Color #414fdd

%71
%64
%0
%13

Triadic Colors of #414fdd

#414fdd #dd414f #4fdd41

Analogous Colors of #414fdd

#414fdd #8141dd #419ddd

Monochromatic Colors of #414fdd

#414fdd

Complementary Color

#414fdd #ddcf41

#414fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#414fdd Color CSS Codes

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

#414fdd Text Font Color

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

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


#414fdd Background Color

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

This div background color is #414fdd


#414fdd Border Color

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

This div border color is #414fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414fdd


Comments

No comments written yet.

Please login to write comment.