Color Hex Logo

#492fda Color Hex

#492FDA
(73,47,218)
0 Favorites   0 Comments

Color spaces of #492fda

RGB 7347218
HSL0.690.700.52
HSV249°78°85°
CMYK 0.670.780.00   0.15
XYZ16.41918.511567.1072
Yxy8.51150.17840.0925
Hunter Lab29.174549.4027-115.9569
CIE-Lab35.026258.5264-82.2264

#492fda color RGB value is (73,47,218).

#492fda hex color red value is 73, green value is 47 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #492fda hue: 0.69 , saturation: 0.70 and the lightness value of 492fda is 0.52.

The process color (four color CMYK) of #492fda color hex is 0.67, 0.78, 0.00, 0.15. Web safe color of #492fda is #3333cc. Color #492fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101111 11011010
Octal 111 57 332
Decimal 73 47 218
Hex 49 2F DA

RGB Percentages of Color #492fda

%21.60
%13.91
%64.50

CMYK Percentages of Color #492fda

%67
%78
%0
%15

Triadic Colors of #492fda

#492fda #da492f #2fda49

Analogous Colors of #492fda

#492fda #9f2fda #2f6bda

Monochromatic Colors of #492fda

#492fda

Complementary Color

#492fda #c0da2f

#492fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#492fda Color CSS Codes

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

#492fda Text Font Color

<p style="color:#492fda">Text here</p>

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


#492fda Background Color

<div style="background-color:#492fda">
Div content here</div>

This div background color is #492fda


#492fda Border Color

<div style="border:3px solid #492fda">
Div here</div>

This div border color is #492fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,47,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #492fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #492fda;
  -webkit-box-shadow: 1px 1px 3px 2px #492fda;
  box-shadow:         1px 1px 3px 2px #492fda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492fda


Comments

No comments written yet.

Please login to write comment.