Color Hex Logo

#492fcd Color Hex

#492FCD
(73,47,205)
0 Favorites   0 Comments

Color spaces of #492fcd

RGB 7347205
HSL0.690.630.49
HSV250°77°80°
CMYK 0.640.770.00   0.20
XYZ14.78367.857358.4950
Yxy7.85730.18220.0968
Hunter Lab28.030945.0876-104.1051
CIE-Lab33.683954.7410-76.9240

#492fcd color RGB value is (73,47,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101111 11001101
Octal 111 57 315
Decimal 73 47 205
Hex 49 2F CD

RGB Percentages of Color #492fcd

%22.46
%14.46
%63.08

CMYK Percentages of Color #492fcd

%64
%77
%0
%20

Triadic Colors of #492fcd

#492fcd #cd492f #2fcd49

Analogous Colors of #492fcd

#492fcd #982fcd #2f64cd

Monochromatic Colors of #492fcd

#492fcd

Complementary Color

#492fcd #b3cd2f

#492fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#492fcd Color CSS Codes

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

#492fcd Text Font Color

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

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


#492fcd Background Color

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

This div background color is #492fcd


#492fcd Border Color

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

This div border color is #492fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492fcd


Comments

No comments written yet.

Please login to write comment.