Color Hex Logo

#492cdb Color Hex

#492CDB
(73,44,219)
0 Favorites   0 Comments

Color spaces of #492cdb

RGB 7344219
HSL0.690.710.52
HSV250°80°86°
CMYK 0.670.800.00   0.14
XYZ16.43458.332367.7599
Yxy8.33230.17760.0901
Hunter Lab28.865751.1127-118.9724
CIE-Lab34.665660.1679-83.3983

#492cdb color RGB value is (73,44,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101100 11011011
Octal 111 54 333
Decimal 73 44 219
Hex 49 2C DB

RGB Percentages of Color #492cdb

%21.73
%13.10
%65.18

CMYK Percentages of Color #492cdb

%67
%80
%0
%14

Triadic Colors of #492cdb

#492cdb #db492c #2cdb49

Analogous Colors of #492cdb

#492cdb #a12cdb #2c67db

Monochromatic Colors of #492cdb

#492cdb

Complementary Color

#492cdb #bedb2c

#492cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#492cdb Color CSS Codes

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

#492cdb Text Font Color

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

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


#492cdb Background Color

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

This div background color is #492cdb


#492cdb Border Color

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

This div border color is #492cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492cdb


Comments

No comments written yet.

Please login to write comment.