Color Hex Logo

#491dda Color Hex

#491DDA
(73,29,218)
0 Favorites   0 Comments

Color spaces of #491dda

RGB 7329218
HSL0.710.770.48
HSV254°87°85°
CMYK 0.670.870.00   0.15
XYZ15.84197.357266.9148
Yxy7.35720.17580.0816
Hunter Lab27.124256.7859-127.2804
CIE-Lab32.606665.6535-86.2353

#491dda color RGB value is (73,29,218).

#491dda hex color red value is 73, green value is 29 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #491dda hue: 0.71 , saturation: 0.77 and the lightness value of 491dda is 0.48.

The process color (four color CMYK) of #491dda color hex is 0.67, 0.87, 0.00, 0.15. Web safe color of #491dda is #3333cc. Color #491dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011101 11011010
Octal 111 35 332
Decimal 73 29 218
Hex 49 1D DA

RGB Percentages of Color #491dda

%22.81
%9.06
%68.13

CMYK Percentages of Color #491dda

%67
%87
%0
%15

Triadic Colors of #491dda

#491dda #da491d #1dda49

Analogous Colors of #491dda

#491dda #a81dda #1d4fda

Monochromatic Colors of #491dda

#491dda

Complementary Color

#491dda #aeda1d

#491dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#491dda Color CSS Codes

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

#491dda Text Font Color

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

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


#491dda Background Color

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

This div background color is #491dda


#491dda Border Color

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

This div border color is #491dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,29,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491dda


Comments

No comments written yet.

Please login to write comment.