Color Hex Logo

#492cdc Color Hex

#492CDC
(73,44,220)
0 Favorites   0 Comments

Color spaces of #492cdc

RGB 7344220
HSL0.690.720.52
HSV250°80°86°
CMYK 0.670.800.00   0.14
XYZ16.56668.385168.4555
Yxy8.38510.17740.0898
Hunter Lab28.957051.4468-119.8938
CIE-Lab34.772460.4519-83.7964

#492cdc color RGB value is (73,44,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101100 11011100
Octal 111 54 334
Decimal 73 44 220
Hex 49 2C DC

RGB Percentages of Color #492cdc

%21.66
%13.06
%65.28

CMYK Percentages of Color #492cdc

%67
%80
%0
%14

Triadic Colors of #492cdc

#492cdc #dc492c #2cdc49

Analogous Colors of #492cdc

#492cdc #a12cdc #2c67dc

Monochromatic Colors of #492cdc

#492cdc

Complementary Color

#492cdc #bfdc2c

#492cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#492cdc Color CSS Codes

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

#492cdc Text Font Color

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

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


#492cdc Background Color

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

This div background color is #492cdc


#492cdc Border Color

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

This div border color is #492cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492cdc


Comments

No comments written yet.

Please login to write comment.