Color Hex Logo

#417ceb Color Hex

#417CEB
(65,124,235)
0 Favorites   0 Comments

Color spaces of #417ceb

RGB 65124235
HSL0.610.810.59
HSV219°72°92°
CMYK 0.720.470.00   0.08
XYZ24.383021.537381.4692
Yxy21.53730.19140.1691
Hunter Lab46.408312.5697-71.5971
CIE-Lab53.532617.9923-61.6850

#417ceb color RGB value is (65,124,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111100 11101011
Octal 101 174 353
Decimal 65 124 235
Hex 41 7C EB

RGB Percentages of Color #417ceb

%15.33
%29.25
%55.42

CMYK Percentages of Color #417ceb

%72
%47
%0
%8

Triadic Colors of #417ceb

#417ceb #eb417c #7ceb41

Analogous Colors of #417ceb

#417ceb #5b41eb #41d1eb

Monochromatic Colors of #417ceb

#417ceb

Complementary Color

#417ceb #ebb041

#417ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#417ceb Color CSS Codes

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

#417ceb Text Font Color

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

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


#417ceb Background Color

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

This div background color is #417ceb


#417ceb Border Color

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

This div border color is #417ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417ceb


Comments

No comments written yet.

Please login to write comment.