Color Hex Logo

#4117b4 Color Hex

#4117B4
(65,23,180)
0 Favorites   0 Comments

Color spaces of #4117b4

RGB 6523180
HSL0.710.770.40
HSV256°87°71°
CMYK 0.640.870.00   0.29
XYZ10.72465.031943.5860
Yxy5.03190.18070.0848
Hunter Lab22.431946.0843-99.5003
CIE-Lab26.825557.0190-73.5613

#4117b4 color RGB value is (65,23,180).

#4117b4 hex color red value is 65, green value is 23 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #4117b4 hue: 0.71 , saturation: 0.77 and the lightness value of 4117b4 is 0.40.

The process color (four color CMYK) of #4117b4 color hex is 0.64, 0.87, 0.00, 0.29. Web safe color of #4117b4 is #3300cc. Color #4117b4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010111 10110100
Octal 101 27 264
Decimal 65 23 180
Hex 41 17 B4

RGB Percentages of Color #4117b4

%24.25
%8.58
%67.16

CMYK Percentages of Color #4117b4

%64
%87
%0
%29

Triadic Colors of #4117b4

#4117b4 #b44117 #17b441

Analogous Colors of #4117b4

#4117b4 #9017b4 #173bb4

Monochromatic Colors of #4117b4

#4117b4

Complementary Color

#4117b4 #8ab417

#4117b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4117b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4117b4 Color CSS Codes

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

#4117b4 Text Font Color

<p style="color:#4117b4">Text here</p>

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


#4117b4 Background Color

<div style="background-color:#4117b4">
Div content here</div>

This div background color is #4117b4


#4117b4 Border Color

<div style="border:3px solid #4117b4">
Div here</div>

This div border color is #4117b4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,23,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4117b4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4117b4;
  -webkit-box-shadow: 1px 1px 3px 2px #4117b4;
  box-shadow:         1px 1px 3px 2px #4117b4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4117b4


Comments

No comments written yet.

Please login to write comment.