Color Hex Logo

#463250 Color Hex

#463250
(70,50,80)
0 Favorites   0 Comments

Color spaces of #463250

RGB 705080
HSL0.780.230.25
HSV280°38°31°
CMYK 0.130.380.00   0.69
XYZ5.11444.16258.1233
Yxy4.16250.29390.2392
Hunter Lab20.40229.0423-9.3252
CIE-Lab24.201515.4828-14.8822

#463250 color RGB value is (70,50,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110010 01010000
Octal 106 62 120
Decimal 70 50 80
Hex 46 32 50

RGB Percentages of Color #463250

%35.00
%25.00
%40.00

CMYK Percentages of Color #463250

%13
%38
%0
%69

Triadic Colors of #463250

#463250 #504632 #325046

Analogous Colors of #463250

#463250 #50324b #373250

Monochromatic Colors of #463250

#463250

Complementary Color

#463250 #3c5032

#463250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463250 Color CSS Codes

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

#463250 Text Font Color

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

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


#463250 Background Color

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

This div background color is #463250


#463250 Border Color

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

This div border color is #463250


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,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 #463250">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463250


Comments

No comments written yet.

Please login to write comment.