Color Hex Logo

#490ceb Color Hex

#490CEB
(73,12,235)
0 Favorites   0 Comments

Color spaces of #490ceb

RGB 7312235
HSL0.710.900.48
HSV256°95°92°
CMYK 0.690.950.00   0.08
XYZ17.87457.677679.1371
Yxy7.67760.17070.0733
Hunter Lab27.708566.6589-149.9399
CIE-Lab33.302273.9534-94.8156

#490ceb color RGB value is (73,12,235).

#490ceb hex color red value is 73, green value is 12 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #490ceb hue: 0.71 , saturation: 0.90 and the lightness value of 490ceb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001100 11101011
Octal 111 14 353
Decimal 73 12 235
Hex 49 C EB

RGB Percentages of Color #490ceb

%22.81
%3.75
%73.44

CMYK Percentages of Color #490ceb

%69
%95
%0
%8

Triadic Colors of #490ceb

#490ceb #eb490c #0ceb49

Analogous Colors of #490ceb

#490ceb #b90ceb #0c3eeb

Monochromatic Colors of #490ceb

#490ceb

Complementary Color

#490ceb #aeeb0c

#490ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#490ceb Color CSS Codes

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

#490ceb Text Font Color

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

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


#490ceb Background Color

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

This div background color is #490ceb


#490ceb Border Color

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

This div border color is #490ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490ceb


Comments

No comments written yet.

Please login to write comment.