Color Hex Logo

#417cea Color Hex

#417CEA
(65,124,234)
0 Favorites   0 Comments

Color spaces of #417cea

RGB 65124234
HSL0.610.800.59
HSV219°72°92°
CMYK 0.720.470.00   0.08
XYZ24.238921.479680.7104
Yxy21.47960.19170.1699
Hunter Lab46.346112.2494-70.8096
CIE-Lab53.470417.6331-61.2267

#417cea color RGB value is (65,124,234).

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

The process color (four color CMYK) of #417cea color hex is 0.72, 0.47, 0.00, 0.08. Web safe color of #417cea is #3366ff. Color #417cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111100 11101010
Octal 101 174 352
Decimal 65 124 234
Hex 41 7C EA

RGB Percentages of Color #417cea

%15.37
%29.31
%55.32

CMYK Percentages of Color #417cea

%72
%47
%0
%8

Triadic Colors of #417cea

#417cea #ea417c #7cea41

Analogous Colors of #417cea

#417cea #5a41ea #41d1ea

Monochromatic Colors of #417cea

#417cea

Complementary Color

#417cea #eaaf41

#417cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#417cea Color CSS Codes

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

#417cea Text Font Color

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

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


#417cea Background Color

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

This div background color is #417cea


#417cea Border Color

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

This div border color is #417cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417cea


Comments

No comments written yet.

Please login to write comment.