Color Hex Logo

#492dce Color Hex

#492DCE
(73,45,206)
0 Favorites   0 Comments

Color spaces of #492dce

RGB 7345206
HSL0.700.640.49
HSV250°78°81°
CMYK 0.650.780.00   0.19
XYZ14.82667.749559.1069
Yxy7.74950.18150.0949
Hunter Lab27.837946.3535-106.4010
CIE-Lab33.455655.9853-77.8825

#492dce color RGB value is (73,45,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101101 11001110
Octal 111 55 316
Decimal 73 45 206
Hex 49 2D CE

RGB Percentages of Color #492dce

%22.53
%13.89
%63.58

CMYK Percentages of Color #492dce

%65
%78
%0
%19

Triadic Colors of #492dce

#492dce #ce492d #2dce49

Analogous Colors of #492dce

#492dce #9a2dce #2d61ce

Monochromatic Colors of #492dce

#492dce

Complementary Color

#492dce #b2ce2d

#492dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#492dce Color CSS Codes

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

#492dce Text Font Color

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

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


#492dce Background Color

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

This div background color is #492dce


#492dce Border Color

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

This div border color is #492dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492dce


Comments

No comments written yet.

Please login to write comment.