Color Hex Logo

#492dc9 Color Hex

#492DC9
(73,45,201)
0 Favorites   0 Comments

Color spaces of #492dc9

RGB 7345201
HSL0.700.630.48
HSV251°78°79°
CMYK 0.640.780.00   0.21
XYZ14.22877.510355.9580
Yxy7.51030.18310.0967
Hunter Lab27.404944.7190-101.8805
CIE-Lab32.941554.5338-75.8187

#492dc9 color RGB value is (73,45,201).

#492dc9 hex color red value is 73, green value is 45 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #492dc9 hue: 0.70 , saturation: 0.63 and the lightness value of 492dc9 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101101 11001001
Octal 111 55 311
Decimal 73 45 201
Hex 49 2D C9

RGB Percentages of Color #492dc9

%22.88
%14.11
%63.01

CMYK Percentages of Color #492dc9

%64
%78
%0
%21

Triadic Colors of #492dc9

#492dc9 #c9492d #2dc949

Analogous Colors of #492dc9

#492dc9 #972dc9 #2d5fc9

Monochromatic Colors of #492dc9

#492dc9

Complementary Color

#492dc9 #adc92d

#492dc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492dc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492dc9 Color CSS Codes

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

#492dc9 Text Font Color

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

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


#492dc9 Background Color

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

This div background color is #492dc9


#492dc9 Border Color

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

This div border color is #492dc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492dc9


Comments

No comments written yet.

Please login to write comment.