Color Hex Logo

#492fcf Color Hex

#492FCF
(73,47,207)
0 Favorites   0 Comments

Color spaces of #492fcf

RGB 7347207
HSL0.690.630.50
HSV250°77°81°
CMYK 0.650.770.00   0.19
XYZ15.02677.954559.7749
Yxy7.95450.18160.0961
Hunter Lab28.203745.7467-105.9165
CIE-Lab33.887955.3274-77.7495

#492fcf color RGB value is (73,47,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101111 11001111
Octal 111 57 317
Decimal 73 47 207
Hex 49 2F CF

RGB Percentages of Color #492fcf

%22.32
%14.37
%63.30

CMYK Percentages of Color #492fcf

%65
%77
%0
%19

Triadic Colors of #492fcf

#492fcf #cf492f #2fcf49

Analogous Colors of #492fcf

#492fcf #992fcf #2f65cf

Monochromatic Colors of #492fcf

#492fcf

Complementary Color

#492fcf #b5cf2f

#492fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#492fcf Color CSS Codes

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

#492fcf Text Font Color

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

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


#492fcf Background Color

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

This div background color is #492fcf


#492fcf Border Color

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

This div border color is #492fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492fcf


Comments

No comments written yet.

Please login to write comment.