Color Hex Logo

#4117db Color Hex

#4117DB
(65,23,219)
0 Favorites   0 Comments

Color spaces of #4117db

RGB 6523219
HSL0.700.810.47
HSV253°89°86°
CMYK 0.700.890.00   0.14
XYZ15.27266.851167.5353
Yxy6.85110.17030.0764
Hunter Lab26.174658.3473-134.6569
CIE-Lab31.465567.2357-88.7267

#4117db color RGB value is (65,23,219).

#4117db hex color red value is 65, green value is 23 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4117db hue: 0.70 , saturation: 0.81 and the lightness value of 4117db is 0.47.

The process color (four color CMYK) of #4117db color hex is 0.70, 0.89, 0.00, 0.14. Web safe color of #4117db is #3300cc. Color #4117db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010111 11011011
Octal 101 27 333
Decimal 65 23 219
Hex 41 17 DB

RGB Percentages of Color #4117db

%21.17
%7.49
%71.34

CMYK Percentages of Color #4117db

%70
%89
%0
%14

Triadic Colors of #4117db

#4117db #db4117 #17db41

Analogous Colors of #4117db

#4117db #a317db #174fdb

Monochromatic Colors of #4117db

#4117db

Complementary Color

#4117db #b1db17

#4117db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4117db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4117db Color CSS Codes

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

#4117db Text Font Color

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

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


#4117db Background Color

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

This div background color is #4117db


#4117db Border Color

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

This div border color is #4117db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4117db


Comments

No comments written yet.

Please login to write comment.