Color Hex Logo

#462777 Color Hex

#462777
(70,39,119)
0 Favorites   0 Comments

Color spaces of #462777

RGB 7039119
HSL0.730.510.31
HSV263°67°47°
CMYK 0.410.670.00   0.53
XYZ6.58114.085017.8944
Yxy4.08500.23040.1430
Hunter Lab20.211422.7521-38.3452
CIE-Lab23.950533.1159-40.6707

#462777 color RGB value is (70,39,119).

#462777 hex color red value is 70, green value is 39 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #462777 hue: 0.73 , saturation: 0.51 and the lightness value of 462777 is 0.31.

The process color (four color CMYK) of #462777 color hex is 0.41, 0.67, 0.00, 0.53. Web safe color of #462777 is #333366. Color #462777 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100111 01110111
Octal 106 47 167
Decimal 70 39 119
Hex 46 27 77

RGB Percentages of Color #462777

%30.70
%17.11
%52.19

CMYK Percentages of Color #462777

%41
%67
%0
%53

Triadic Colors of #462777

#462777 #774627 #277746

Analogous Colors of #462777

#462777 #6e2777 #273077

Monochromatic Colors of #462777

#462777

Complementary Color

#462777 #587727

#462777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462777 Color CSS Codes

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

#462777 Text Font Color

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

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


#462777 Background Color

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

This div background color is #462777


#462777 Border Color

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

This div border color is #462777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462777


Comments

No comments written yet.

Please login to write comment.