Color Hex Logo

#417cca Color Hex

#417CCA
(65,124,202)
0 Favorites   0 Comments

Color spaces of #417cca

RGB 65124202
HSL0.590.560.52
HSV214°68°79°
CMYK 0.680.390.00   0.21
XYZ20.048319.803458.6429
Yxy19.80340.20350.2011
Hunter Lab44.50102.5399-46.9809
CIE-Lab51.61426.1938-46.1466

#417cca color RGB value is (65,124,202).

#417cca hex color red value is 65, green value is 124 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #417cca hue: 0.59 , saturation: 0.56 and the lightness value of 417cca is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111100 11001010
Octal 101 174 312
Decimal 65 124 202
Hex 41 7C CA

RGB Percentages of Color #417cca

%16.62
%31.71
%51.66

CMYK Percentages of Color #417cca

%68
%39
%0
%21

Triadic Colors of #417cca

#417cca #ca417c #7cca41

Analogous Colors of #417cca

#417cca #4b41ca #41c1ca

Monochromatic Colors of #417cca

#417cca

Complementary Color

#417cca #ca8f41

#417cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#417cca Color CSS Codes

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

#417cca Text Font Color

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

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


#417cca Background Color

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

This div background color is #417cca


#417cca Border Color

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

This div border color is #417cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417cca


Comments

No comments written yet.

Please login to write comment.