Color Hex Logo

#4168ff Color Hex

#4168FF
(65,104,255)
0 Favorites   0 Comments

Color spaces of #4168ff

RGB 65104255
HSL0.631.000.63
HSV228°75°100°
CMYK 0.750.590.00   0.00
XYZ25.180318.244496.8021
Yxy18.24440.17960.1301
Hunter Lab42.713530.4802-104.4703
CIE-Lab49.791237.5447-78.8782

#4168ff color RGB value is (65,104,255).

#4168ff hex color red value is 65, green value is 104 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4168ff hue: 0.63 , saturation: 1.00 and the lightness value of 4168ff is 0.63.

The process color (four color CMYK) of #4168ff color hex is 0.75, 0.59, 0.00, 0.00. Web safe color of #4168ff is #3366ff. Color #4168ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101000 11111111
Octal 101 150 377
Decimal 65 104 255
Hex 41 68 FF

RGB Percentages of Color #4168ff

%15.33
%24.53
%60.14

CMYK Percentages of Color #4168ff

%75
%59
%0
%0

Triadic Colors of #4168ff

#4168ff #ff4168 #68ff41

Analogous Colors of #4168ff

#4168ff #7941ff #41c7ff

Monochromatic Colors of #4168ff

#4168ff

Complementary Color

#4168ff #ffd841

#4168ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4168ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4168ff Color CSS Codes

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

#4168ff Text Font Color

<p style="color:#4168ff">Text here</p>

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


#4168ff Background Color

<div style="background-color:#4168ff">
Div content here</div>

This div background color is #4168ff


#4168ff Border Color

<div style="border:3px solid #4168ff">
Div here</div>

This div border color is #4168ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,104,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4168ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4168ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4168ff;
  box-shadow:         1px 1px 3px 2px #4168ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4168ff

Related Colors

#4168ff Color Palettes


Comments

No comments written yet.

Please login to write comment.