Color Hex Logo

#461965 Color Hex

#461965
(70,25,101)
0 Favorites   0 Comments

Color spaces of #461965

RGB 7025101
HSL0.770.600.25
HSV276°75°40°
CMYK 0.310.750.00   0.60
XYZ5.22242.936912.6036
Yxy2.93690.25150.1414
Hunter Lab17.137424.4052-31.6083
CIE-Lab19.789435.8201-35.7650

#461965 color RGB value is (70,25,101).

#461965 hex color red value is 70, green value is 25 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #461965 hue: 0.77 , saturation: 0.60 and the lightness value of 461965 is 0.25.

The process color (four color CMYK) of #461965 color hex is 0.31, 0.75, 0.00, 0.60. Web safe color of #461965 is #330066. Color #461965 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011001 01100101
Octal 106 31 145
Decimal 70 25 101
Hex 46 19 65

RGB Percentages of Color #461965

%35.71
%12.76
%51.53

CMYK Percentages of Color #461965

%31
%75
%0
%60

Triadic Colors of #461965

#461965 #654619 #196546

Analogous Colors of #461965

#461965 #65195e #201965

Monochromatic Colors of #461965

#461965

Complementary Color

#461965 #386519

#461965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#461965 Color CSS Codes

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

#461965 Text Font Color

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

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


#461965 Background Color

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

This div background color is #461965


#461965 Border Color

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

This div border color is #461965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461965


Comments

No comments written yet.

Please login to write comment.