Color Hex Logo

#417caf Color Hex

#417CAF
(65,124,175)
0 Favorites   0 Comments

Color spaces of #417caf

RGB 65124175
HSL0.580.460.47
HSV208°63°69°
CMYK 0.630.290.00   0.31
XYZ17.125518.634343.2516
Yxy18.63430.21670.2358
Hunter Lab43.1675-4.7281-29.1883
CIE-Lab50.2566-3.1842-32.7848

#417caf color RGB value is (65,124,175).

#417caf hex color red value is 65, green value is 124 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #417caf hue: 0.58 , saturation: 0.46 and the lightness value of 417caf is 0.47.

The process color (four color CMYK) of #417caf color hex is 0.63, 0.29, 0.00, 0.31. Web safe color of #417caf is #336699. Color #417caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111100 10101111
Octal 101 174 257
Decimal 65 124 175
Hex 41 7C AF

RGB Percentages of Color #417caf

%17.86
%34.07
%48.08

CMYK Percentages of Color #417caf

%63
%29
%0
%31

Triadic Colors of #417caf

#417caf #af417c #7caf41

Analogous Colors of #417caf

#417caf #4145af #41afab

Monochromatic Colors of #417caf

#417caf

Complementary Color

#417caf #af7441

#417caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#417caf Color CSS Codes

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

#417caf Text Font Color

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

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


#417caf Background Color

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

This div background color is #417caf


#417caf Border Color

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

This div border color is #417caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417caf


Comments

No comments written yet.

Please login to write comment.