Color Hex Logo

#46185c Color Hex

#46185C
(70,24,92)
0 Favorites   0 Comments

Color spaces of #46185c

RGB 702492
HSL0.780.590.23
HSV281°74°36°
CMYK 0.240.740.00   0.64
XYZ4.78422.728110.3996
Yxy2.72810.26710.1523
Hunter Lab16.517022.7985-25.7690
CIE-Lab18.920334.0936-31.2142

#46185c color RGB value is (70,24,92).

#46185c hex color red value is 70, green value is 24 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #46185c hue: 0.78 , saturation: 0.59 and the lightness value of 46185c is 0.23.

The process color (four color CMYK) of #46185c color hex is 0.24, 0.74, 0.00, 0.64. Web safe color of #46185c is #330066. Color #46185c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011000 01011100
Octal 106 30 134
Decimal 70 24 92
Hex 46 18 5C

RGB Percentages of Color #46185c

%37.63
%12.90
%49.46

CMYK Percentages of Color #46185c

%24
%74
%0
%64

Triadic Colors of #46185c

#46185c #5c4618 #185c46

Analogous Colors of #46185c

#46185c #5c1850 #24185c

Monochromatic Colors of #46185c

#46185c

Complementary Color

#46185c #2e5c18

#46185c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46185c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46185c Color CSS Codes

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

#46185c Text Font Color

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

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


#46185c Background Color

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

This div background color is #46185c


#46185c Border Color

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

This div border color is #46185c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46185c


Comments

No comments written yet.

Please login to write comment.