Color Hex Logo

#417cda Color Hex

#417CDA
(65,124,218)
0 Favorites   0 Comments

Color spaces of #417cda

RGB 65124218
HSL0.600.670.55
HSV217°70°85°
CMYK 0.700.430.00   0.15
XYZ22.042520.601169.1443
Yxy20.60110.19720.1843
Hunter Lab45.38847.2572-58.5499
CIE-Lab52.510111.8904-53.7868

#417cda color RGB value is (65,124,218).

#417cda hex color red value is 65, green value is 124 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #417cda hue: 0.60 , saturation: 0.67 and the lightness value of 417cda is 0.55.

The process color (four color CMYK) of #417cda color hex is 0.70, 0.43, 0.00, 0.15. Web safe color of #417cda is #3366cc. Color #417cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111100 11011010
Octal 101 174 332
Decimal 65 124 218
Hex 41 7C DA

RGB Percentages of Color #417cda

%15.97
%30.47
%53.56

CMYK Percentages of Color #417cda

%70
%43
%0
%15

Triadic Colors of #417cda

#417cda #da417c #7cda41

Analogous Colors of #417cda

#417cda #5341da #41c9da

Monochromatic Colors of #417cda

#417cda

Complementary Color

#417cda #da9f41

#417cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#417cda Color CSS Codes

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

#417cda Text Font Color

<p style="color:#417cda">Text here</p>

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


#417cda Background Color

<div style="background-color:#417cda">
Div content here</div>

This div background color is #417cda


#417cda Border Color

<div style="border:3px solid #417cda">
Div here</div>

This div border color is #417cda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,124,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #417cda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #417cda;
  -webkit-box-shadow: 1px 1px 3px 2px #417cda;
  box-shadow:         1px 1px 3px 2px #417cda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417cda


Comments

No comments written yet.

Please login to write comment.