Color Hex Logo

#461768 Color Hex

#461768
(70,23,104)
0 Favorites   0 Comments

Color spaces of #461768

RGB 7023104
HSL0.760.640.25
HSV275°78°41°
CMYK 0.330.780.00   0.59
XYZ5.33092.914413.3783
Yxy2.91440.24650.1348
Hunter Lab17.071625.8643-34.5129
CIE-Lab19.697837.5224-37.8805

#461768 color RGB value is (70,23,104).

#461768 hex color red value is 70, green value is 23 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #461768 hue: 0.76 , saturation: 0.64 and the lightness value of 461768 is 0.25.

The process color (four color CMYK) of #461768 color hex is 0.33, 0.78, 0.00, 0.59. Web safe color of #461768 is #330066. Color #461768 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010111 01101000
Octal 106 27 150
Decimal 70 23 104
Hex 46 17 68

RGB Percentages of Color #461768

%35.53
%11.68
%52.79

CMYK Percentages of Color #461768

%33
%78
%0
%59

Triadic Colors of #461768

#461768 #684617 #176846

Analogous Colors of #461768

#461768 #681761 #1e1768

Monochromatic Colors of #461768

#461768

Complementary Color

#461768 #396817

#461768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#461768 Color CSS Codes

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

#461768 Text Font Color

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

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


#461768 Background Color

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

This div background color is #461768


#461768 Border Color

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

This div border color is #461768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461768


Comments

No comments written yet.

Please login to write comment.