Color Hex Logo

#417acb Color Hex

#417ACB
(65,122,203)
0 Favorites   0 Comments

Color spaces of #417acb

RGB 65122203
HSL0.600.570.53
HSV215°68°80°
CMYK 0.680.400.00   0.20
XYZ19.919019.354759.1859
Yxy19.35470.20230.1966
Hunter Lab43.99403.8294-48.9681
CIE-Lab51.09967.7706-47.5345

#417acb color RGB value is (65,122,203).

#417acb hex color red value is 65, green value is 122 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #417acb hue: 0.60 , saturation: 0.57 and the lightness value of 417acb is 0.53.

The process color (four color CMYK) of #417acb color hex is 0.68, 0.40, 0.00, 0.20. Web safe color of #417acb is #3366cc. Color #417acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111010 11001011
Octal 101 172 313
Decimal 65 122 203
Hex 41 7A CB

RGB Percentages of Color #417acb

%16.67
%31.28
%52.05

CMYK Percentages of Color #417acb

%68
%40
%0
%20

Triadic Colors of #417acb

#417acb #cb417a #7acb41

Analogous Colors of #417acb

#417acb #4d41cb #41bfcb

Monochromatic Colors of #417acb

#417acb

Complementary Color

#417acb #cb9241

#417acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#417acb Color CSS Codes

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

#417acb Text Font Color

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

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


#417acb Background Color

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

This div background color is #417acb


#417acb Border Color

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

This div border color is #417acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417acb


Comments

No comments written yet.

Please login to write comment.