Color Hex Logo

#493250 Color Hex

#493250
(73,50,80)
0 Favorites   0 Comments

Color spaces of #493250

RGB 735080
HSL0.790.230.25
HSV286°38°31°
CMYK 0.090.380.00   0.69
XYZ5.33624.27698.1337
Yxy4.27690.30070.2410
Hunter Lab20.68079.8669-8.8423
CIE-Lab24.566516.5999-14.2889

#493250 color RGB value is (73,50,80).

#493250 hex color red value is 73, green value is 50 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #493250 hue: 0.79 , saturation: 0.23 and the lightness value of 493250 is 0.25.

The process color (four color CMYK) of #493250 color hex is 0.09, 0.38, 0.00, 0.69. Web safe color of #493250 is #333366. Color #493250 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110010 01010000
Octal 111 62 120
Decimal 73 50 80
Hex 49 32 50

RGB Percentages of Color #493250

%35.96
%24.63
%39.41

CMYK Percentages of Color #493250

%9
%38
%0
%69

Triadic Colors of #493250

#493250 #504932 #325049

Analogous Colors of #493250

#493250 #503248 #3a3250

Monochromatic Colors of #493250

#493250

Complementary Color

#493250 #395032

#493250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493250 Color CSS Codes

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

#493250 Text Font Color

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

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


#493250 Background Color

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

This div background color is #493250


#493250 Border Color

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

This div border color is #493250


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,50,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #493250; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #493250;
  -webkit-box-shadow: 1px 1px 3px 2px #493250;
  box-shadow:         1px 1px 3px 2px #493250; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493250


Comments

No comments written yet.

Please login to write comment.