Color Hex Logo

#491dfd Color Hex

#491DFD
(73,29,253)
0 Favorites   0 Comments

Color spaces of #491dfd

RGB 7329253
HSL0.700.980.55
HSV252°89°99°
CMYK 0.710.890.00   0.01
XYZ20.91669.387093.6380
Yxy9.38700.16880.0757
Hunter Lab30.638268.2445-159.7582
CIE-Lab36.719074.6337-99.2980

#491dfd color RGB value is (73,29,253).

#491dfd hex color red value is 73, green value is 29 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #491dfd hue: 0.70 , saturation: 0.98 and the lightness value of 491dfd is 0.55.

The process color (four color CMYK) of #491dfd color hex is 0.71, 0.89, 0.00, 0.01. Web safe color of #491dfd is #3333ff. Color #491dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011101 11111101
Octal 111 35 375
Decimal 73 29 253
Hex 49 1D FD

RGB Percentages of Color #491dfd

%20.56
%8.17
%71.27

CMYK Percentages of Color #491dfd

%71
%89
%0
%1

Triadic Colors of #491dfd

#491dfd #fd491d #1dfd49

Analogous Colors of #491dfd

#491dfd #b91dfd #1d61fd

Monochromatic Colors of #491dfd

#491dfd

Complementary Color

#491dfd #d1fd1d

#491dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#491dfd Color CSS Codes

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

#491dfd Text Font Color

<p style="color:#491dfd">Text here</p>

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


#491dfd Background Color

<div style="background-color:#491dfd">
Div content here</div>

This div background color is #491dfd


#491dfd Border Color

<div style="border:3px solid #491dfd">
Div here</div>

This div border color is #491dfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,29,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #491dfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #491dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #491dfd;
  box-shadow:         1px 1px 3px 2px #491dfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,29,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 #491dfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.