Color Hex Logo

#491ece Color Hex

#491ECE
(73,30,206)
0 Favorites   0 Comments

Color spaces of #491ece

RGB 7330206
HSL0.710.750.46
HSV255°85°81°
CMYK 0.650.850.00   0.19
XYZ14.35256.801258.9488
Yxy6.80120.17920.0849
Hunter Lab26.079152.5981-115.7628
CIE-Lab31.350062.1614-81.3674

#491ece color RGB value is (73,30,206).

#491ece hex color red value is 73, green value is 30 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #491ece hue: 0.71 , saturation: 0.75 and the lightness value of 491ece is 0.46.

The process color (four color CMYK) of #491ece color hex is 0.65, 0.85, 0.00, 0.19. Web safe color of #491ece is #3333cc. Color #491ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011110 11001110
Octal 111 36 316
Decimal 73 30 206
Hex 49 1E CE

RGB Percentages of Color #491ece

%23.62
%9.71
%66.67

CMYK Percentages of Color #491ece

%65
%85
%0
%19

Triadic Colors of #491ece

#491ece #ce491e #1ece49

Analogous Colors of #491ece

#491ece #a11ece #1e4bce

Monochromatic Colors of #491ece

#491ece

Complementary Color

#491ece #a3ce1e

#491ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#491ece Color CSS Codes

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

#491ece Text Font Color

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

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


#491ece Background Color

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

This div background color is #491ece


#491ece Border Color

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

This div border color is #491ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491ece


Comments

No comments written yet.

Please login to write comment.