Color Hex Logo

#460230 Color Hex

#460230
(70,2,48)
0 Favorites   0 Comments

Color spaces of #460230

RGB 70248
HSL0.890.940.14
HSV319°97°27°
CMYK 0.000.970.31   0.73
XYZ3.08101.55892.9348
Yxy1.55890.40670.2058
Hunter Lab12.485622.1977-5.1965
CIE-Lab12.977734.5203-10.0041

#460230 color RGB value is (70,2,48).

#460230 hex color red value is 70, green value is 2 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #460230 hue: 0.89 , saturation: 0.94 and the lightness value of 460230 is 0.14.

The process color (four color CMYK) of #460230 color hex is 0.00, 0.97, 0.31, 0.73. Web safe color of #460230 is #330033. Color #460230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000010 00110000
Octal 106 2 60
Decimal 70 2 48
Hex 46 2 30

RGB Percentages of Color #460230

%58.33
%1.67
%40.00

CMYK Percentages of Color #460230

%0
%97
%31
%73

Triadic Colors of #460230

#460230 #304602 #023046

Analogous Colors of #460230

#460230 #46020e #3a0246

Monochromatic Colors of #460230

#460230

Complementary Color

#460230 #024618

#460230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460230 Color CSS Codes

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

#460230 Text Font Color

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

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


#460230 Background Color

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

This div background color is #460230


#460230 Border Color

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

This div border color is #460230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460230


Comments

No comments written yet.

Please login to write comment.