Color Hex Logo

#462954 Color Hex

#462954
(70,41,84)
0 Favorites   0 Comments

Color spaces of #462954

RGB 704184
HSL0.780.340.25
HSV280°51°33°
CMYK 0.170.510.00   0.67
XYZ4.91903.52818.8092
Yxy3.52810.28510.2045
Hunter Lab18.783213.8754-14.6583
CIE-Lab22.045622.3402-20.9053

#462954 color RGB value is (70,41,84).

#462954 hex color red value is 70, green value is 41 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #462954 hue: 0.78 , saturation: 0.34 and the lightness value of 462954 is 0.25.

The process color (four color CMYK) of #462954 color hex is 0.17, 0.51, 0.00, 0.67. Web safe color of #462954 is #333366. Color #462954 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101001 01010100
Octal 106 51 124
Decimal 70 41 84
Hex 46 29 54

RGB Percentages of Color #462954

%35.90
%21.03
%43.08

CMYK Percentages of Color #462954

%17
%51
%0
%67

Triadic Colors of #462954

#462954 #544629 #295446

Analogous Colors of #462954

#462954 #54294d #312954

Monochromatic Colors of #462954

#462954

Complementary Color

#462954 #375429

#462954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462954 Color CSS Codes

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

#462954 Text Font Color

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

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


#462954 Background Color

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

This div background color is #462954


#462954 Border Color

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

This div border color is #462954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462954


Comments

No comments written yet.

Please login to write comment.