Color Hex Logo

#491bef Color Hex

#491BEF
(73,27,239)
0 Favorites   0 Comments

Color spaces of #491bef

RGB 7327239
HSL0.700.870.52
HSV253°89°94°
CMYK 0.690.890.00   0.06
XYZ18.71968.432382.3023
Yxy8.43230.17100.0770
Hunter Lab29.038464.2527-147.7161
CIE-Lab34.867571.6520-94.4831

#491bef color RGB value is (73,27,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011011 11101111
Octal 111 33 357
Decimal 73 27 239
Hex 49 1B EF

RGB Percentages of Color #491bef

%21.53
%7.96
%70.50

CMYK Percentages of Color #491bef

%69
%89
%0
%6

Triadic Colors of #491bef

#491bef #ef491b #1bef49

Analogous Colors of #491bef

#491bef #b31bef #1b57ef

Monochromatic Colors of #491bef

#491bef

Complementary Color

#491bef #c1ef1b

#491bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#491bef Color CSS Codes

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

#491bef Text Font Color

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

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


#491bef Background Color

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

This div background color is #491bef


#491bef Border Color

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

This div border color is #491bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491bef


Comments

No comments written yet.

Please login to write comment.