Color Hex Logo

#462158 Color Hex

#462158
(70,33,88)
0 Favorites   0 Comments

Color spaces of #462158

RGB 703388
HSL0.780.450.24
HSV280°63°35°
CMYK 0.200.630.00   0.65
XYZ4.83113.09449.5752
Yxy3.09440.27610.1768
Hunter Lab17.590918.2385-19.9595
CIE-Lab20.418128.2391-26.1493

#462158 color RGB value is (70,33,88).

#462158 hex color red value is 70, green value is 33 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #462158 hue: 0.78 , saturation: 0.45 and the lightness value of 462158 is 0.24.

The process color (four color CMYK) of #462158 color hex is 0.20, 0.63, 0.00, 0.65. Web safe color of #462158 is #333366. Color #462158 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100001 01011000
Octal 106 41 130
Decimal 70 33 88
Hex 46 21 58

RGB Percentages of Color #462158

%36.65
%17.28
%46.07

CMYK Percentages of Color #462158

%20
%63
%0
%65

Triadic Colors of #462158

#462158 #584621 #215846

Analogous Colors of #462158

#462158 #58214f #2a2158

Monochromatic Colors of #462158

#462158

Complementary Color

#462158 #335821

#462158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462158 Color CSS Codes

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

#462158 Text Font Color

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

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


#462158 Background Color

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

This div background color is #462158


#462158 Border Color

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

This div border color is #462158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462158


Comments

No comments written yet.

Please login to write comment.