Color Hex Logo

#491ceb Color Hex

#491CEB
(73,28,235)
0 Favorites   0 Comments

Color spaces of #491ceb

RGB 7328235
HSL0.700.840.52
HSV253°88°92°
CMYK 0.690.880.00   0.08
XYZ18.15838.245179.2317
Yxy8.24510.17190.0781
Hunter Lab28.714362.6296-143.4997
CIE-Lab34.488270.3495-92.8424

#491ceb color RGB value is (73,28,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011100 11101011
Octal 111 34 353
Decimal 73 28 235
Hex 49 1C EB

RGB Percentages of Color #491ceb

%21.73
%8.33
%69.94

CMYK Percentages of Color #491ceb

%69
%88
%0
%8

Triadic Colors of #491ceb

#491ceb #eb491c #1ceb49

Analogous Colors of #491ceb

#491ceb #b11ceb #1c57eb

Monochromatic Colors of #491ceb

#491ceb

Complementary Color

#491ceb #beeb1c

#491ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#491ceb Color CSS Codes

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

#491ceb Text Font Color

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

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


#491ceb Background Color

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

This div background color is #491ceb


#491ceb Border Color

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

This div border color is #491ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491ceb


Comments

No comments written yet.

Please login to write comment.