Color Hex Logo

#491fec Color Hex

#491FEC
(73,31,236)
0 Favorites   0 Comments

Color spaces of #491fec

RGB 7331236
HSL0.700.840.52
HSV252°87°93°
CMYK 0.690.870.00   0.07
XYZ18.37808.452680.0198
Yxy8.45260.17200.0791
Hunter Lab29.073461.9560-142.8350
CIE-Lab34.908269.6958-92.7127

#491fec color RGB value is (73,31,236).

#491fec hex color red value is 73, green value is 31 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #491fec hue: 0.70 , saturation: 0.84 and the lightness value of 491fec is 0.52.

The process color (four color CMYK) of #491fec color hex is 0.69, 0.87, 0.00, 0.07. Web safe color of #491fec is #3333ff. Color #491fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011111 11101100
Octal 111 37 354
Decimal 73 31 236
Hex 49 1F EC

RGB Percentages of Color #491fec

%21.47
%9.12
%69.41

CMYK Percentages of Color #491fec

%69
%87
%0
%7

Triadic Colors of #491fec

#491fec #ec491f #1fec49

Analogous Colors of #491fec

#491fec #b01fec #1f5cec

Monochromatic Colors of #491fec

#491fec

Complementary Color

#491fec #c2ec1f

#491fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#491fec Color CSS Codes

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

#491fec Text Font Color

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

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


#491fec Background Color

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

This div background color is #491fec


#491fec Border Color

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

This div border color is #491fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491fec


Comments

No comments written yet.

Please login to write comment.