Color Hex Logo

#462058 Color Hex

#462058
(70,32,88)
0 Favorites   0 Comments

Color spaces of #462058

RGB 703288
HSL0.780.470.24
HSV281°64°35°
CMYK 0.200.640.00   0.65
XYZ4.80383.03979.5661
Yxy3.03970.27590.1746
Hunter Lab17.434718.6714-20.3270
CIE-Lab20.202228.8200-26.4933

#462058 color RGB value is (70,32,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100000 01011000
Octal 106 40 130
Decimal 70 32 88
Hex 46 20 58

RGB Percentages of Color #462058

%36.84
%16.84
%46.32

CMYK Percentages of Color #462058

%20
%64
%0
%65

Triadic Colors of #462058

#462058 #584620 #205846

Analogous Colors of #462058

#462058 #58204e #2a2058

Monochromatic Colors of #462058

#462058

Complementary Color

#462058 #325820

#462058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462058 Color CSS Codes

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

#462058 Text Font Color

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

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


#462058 Background Color

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

This div background color is #462058


#462058 Border Color

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

This div border color is #462058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462058


Comments

No comments written yet.

Please login to write comment.