Color Hex Logo

#460e5b Color Hex

#460E5B
(70,14,91)
0 Favorites   0 Comments

Color spaces of #460e5b

RGB 701491
HSL0.790.730.21
HSV284°85°36°
CMYK 0.230.850.00   0.64
XYZ4.57122.371510.1143
Yxy2.37150.26800.1390
Hunter Lab15.399726.0360-28.1611
CIE-Lab17.327238.1789-33.1171

#460e5b color RGB value is (70,14,91).

#460e5b hex color red value is 70, green value is 14 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #460e5b hue: 0.79 , saturation: 0.73 and the lightness value of 460e5b is 0.21.

The process color (four color CMYK) of #460e5b color hex is 0.23, 0.85, 0.00, 0.64. Web safe color of #460e5b is #330066. Color #460e5b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001110 01011011
Octal 106 16 133
Decimal 70 14 91
Hex 46 E 5B

RGB Percentages of Color #460e5b

%40.00
%8.00
%52.00

CMYK Percentages of Color #460e5b

%23
%85
%0
%64

Triadic Colors of #460e5b

#460e5b #5b460e #0e5b46

Analogous Colors of #460e5b

#460e5b #5b0e49 #200e5b

Monochromatic Colors of #460e5b

#460e5b

Complementary Color

#460e5b #235b0e

#460e5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460e5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#460e5b Color CSS Codes

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

#460e5b Text Font Color

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

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


#460e5b Background Color

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

This div background color is #460e5b


#460e5b Border Color

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

This div border color is #460e5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460e5b


Comments

No comments written yet.

Please login to write comment.