Color Hex Logo

#491eed Color Hex

#491EED
(73,30,237)
0 Favorites   0 Comments

Color spaces of #491eed

RGB 7330237
HSL0.700.850.52
HSV252°87°93°
CMYK 0.690.870.00   0.07
XYZ18.49808.459480.7786
Yxy8.45940.17170.0785
Hunter Lab29.085062.6266-144.3080
CIE-Lab34.921970.2649-93.2579

#491eed color RGB value is (73,30,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011110 11101101
Octal 111 36 355
Decimal 73 30 237
Hex 49 1E ED

RGB Percentages of Color #491eed

%21.47
%8.82
%69.71

CMYK Percentages of Color #491eed

%69
%87
%0
%7

Triadic Colors of #491eed

#491eed #ed491e #1eed49

Analogous Colors of #491eed

#491eed #b11eed #1e5bed

Monochromatic Colors of #491eed

#491eed

Complementary Color

#491eed #c2ed1e

#491eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#491eed Color CSS Codes

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

#491eed Text Font Color

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

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


#491eed Background Color

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

This div background color is #491eed


#491eed Border Color

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

This div border color is #491eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491eed


Comments

No comments written yet.

Please login to write comment.