Color Hex Logo

#462458 Color Hex

#462458
(70,36,88)
0 Favorites   0 Comments

Color spaces of #462458

RGB 703688
HSL0.780.420.24
HSV279°59°35°
CMYK 0.200.590.00   0.65
XYZ4.91813.26849.6042
Yxy3.26840.27640.1837
Hunter Lab18.078716.9210-18.8423
CIE-Lab21.088326.4555-25.0835

#462458 color RGB value is (70,36,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100100 01011000
Octal 106 44 130
Decimal 70 36 88
Hex 46 24 58

RGB Percentages of Color #462458

%36.08
%18.56
%45.36

CMYK Percentages of Color #462458

%20
%59
%0
%65

Triadic Colors of #462458

#462458 #584624 #245846

Analogous Colors of #462458

#462458 #582450 #2c2458

Monochromatic Colors of #462458

#462458

Complementary Color

#462458 #365824

#462458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462458 Color CSS Codes

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

#462458 Text Font Color

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

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


#462458 Background Color

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

This div background color is #462458


#462458 Border Color

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

This div border color is #462458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462458


Comments

No comments written yet.

Please login to write comment.