Color Hex Logo

#490bed Color Hex

#490BED
(73,11,237)
0 Favorites   0 Comments

Color spaces of #490bed

RGB 7311237
HSL0.710.910.49
HSV256°95°93°
CMYK 0.690.950.00   0.07
XYZ18.15347.770280.6638
Yxy7.77020.17030.0729
Hunter Lab27.875167.4652-152.0585
CIE-Lab33.499674.5847-95.6242

#490bed color RGB value is (73,11,237).

#490bed hex color red value is 73, green value is 11 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #490bed hue: 0.71 , saturation: 0.91 and the lightness value of 490bed is 0.49.

The process color (four color CMYK) of #490bed color hex is 0.69, 0.95, 0.00, 0.07. Web safe color of #490bed is #3300ff. Color #490bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001011 11101101
Octal 111 13 355
Decimal 73 11 237
Hex 49 B ED

RGB Percentages of Color #490bed

%22.74
%3.43
%73.83

CMYK Percentages of Color #490bed

%69
%95
%0
%7

Triadic Colors of #490bed

#490bed #ed490b #0bed49

Analogous Colors of #490bed

#490bed #ba0bed #0b3eed

Monochromatic Colors of #490bed

#490bed

Complementary Color

#490bed #afed0b

#490bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#490bed Color CSS Codes

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

#490bed Text Font Color

<p style="color:#490bed">Text here</p>

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


#490bed Background Color

<div style="background-color:#490bed">
Div content here</div>

This div background color is #490bed


#490bed Border Color

<div style="border:3px solid #490bed">
Div here</div>

This div border color is #490bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490bed


Comments

No comments written yet.

Please login to write comment.