Color Hex Logo

#4169fd Color Hex

#4169FD
(65,105,253)
0 Favorites   0 Comments

Color spaces of #4169fd

RGB 65105253
HSL0.630.980.62
HSV227°74°99°
CMYK 0.740.580.00   0.01
XYZ24.961218.318895.1488
Yxy18.31880.18030.1323
Hunter Lab42.800529.2002-101.8460
CIE-Lab49.880536.2256-77.6231

#4169fd color RGB value is (65,105,253).

#4169fd hex color red value is 65, green value is 105 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4169fd hue: 0.63 , saturation: 0.98 and the lightness value of 4169fd is 0.62.

The process color (four color CMYK) of #4169fd color hex is 0.74, 0.58, 0.00, 0.01. Web safe color of #4169fd is #3366ff. Color #4169fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101001 11111101
Octal 101 151 375
Decimal 65 105 253
Hex 41 69 FD

RGB Percentages of Color #4169fd

%15.37
%24.82
%59.81

CMYK Percentages of Color #4169fd

%74
%58
%0
%1

Triadic Colors of #4169fd

#4169fd #fd4169 #69fd41

Analogous Colors of #4169fd

#4169fd #7741fd #41c7fd

Monochromatic Colors of #4169fd

#4169fd

Complementary Color

#4169fd #fdd541

#4169fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4169fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4169fd Color CSS Codes

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

#4169fd Text Font Color

<p style="color:#4169fd">Text here</p>

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


#4169fd Background Color

<div style="background-color:#4169fd">
Div content here</div>

This div background color is #4169fd


#4169fd Border Color

<div style="border:3px solid #4169fd">
Div here</div>

This div border color is #4169fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,105,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4169fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4169fd;
  -webkit-box-shadow: 1px 1px 3px 2px #4169fd;
  box-shadow:         1px 1px 3px 2px #4169fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4169fd


Comments

No comments written yet.

Please login to write comment.