Color Hex Logo

#491eca Color Hex

#491ECA
(73,30,202)
0 Favorites   0 Comments

Color spaces of #491eca

RGB 7330202
HSL0.710.740.45
HSV255°85°79°
CMYK 0.640.850.00   0.21
XYZ13.87266.609356.4217
Yxy6.60930.18040.0859
Hunter Lab25.708651.3304-112.1258
CIE-Lab30.900461.0981-79.7791

#491eca color RGB value is (73,30,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011110 11001010
Octal 111 36 312
Decimal 73 30 202
Hex 49 1E CA

RGB Percentages of Color #491eca

%23.93
%9.84
%66.23

CMYK Percentages of Color #491eca

%64
%85
%0
%21

Triadic Colors of #491eca

#491eca #ca491e #1eca49

Analogous Colors of #491eca

#491eca #9f1eca #1e49ca

Monochromatic Colors of #491eca

#491eca

Complementary Color

#491eca #9fca1e

#491eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#491eca Color CSS Codes

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

#491eca Text Font Color

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

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


#491eca Background Color

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

This div background color is #491eca


#491eca Border Color

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

This div border color is #491eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491eca


Comments

No comments written yet.

Please login to write comment.