Color Hex Logo

#461278 Color Hex

#461278
(70,18,120)
0 Favorites   0 Comments

Color spaces of #461278

RGB 7018120
HSL0.750.740.27
HSV271°85°47°
CMYK 0.420.850.00   0.53
XYZ6.13233.090818.0427
Yxy3.09080.22490.1134
Hunter Lab17.580731.4963-48.5417
CIE-Lab20.403943.6253-47.0872

#461278 color RGB value is (70,18,120).

#461278 hex color red value is 70, green value is 18 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #461278 hue: 0.75 , saturation: 0.74 and the lightness value of 461278 is 0.27.

The process color (four color CMYK) of #461278 color hex is 0.42, 0.85, 0.00, 0.53. Web safe color of #461278 is #330066. Color #461278 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010010 01111000
Octal 106 22 170
Decimal 70 18 120
Hex 46 12 78

RGB Percentages of Color #461278

%33.65
%8.65
%57.69

CMYK Percentages of Color #461278

%42
%85
%0
%53

Triadic Colors of #461278

#461278 #784612 #127846

Analogous Colors of #461278

#461278 #781277 #131278

Monochromatic Colors of #461278

#461278

Complementary Color

#461278 #447812

#461278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#461278 Color CSS Codes

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

#461278 Text Font Color

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

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


#461278 Background Color

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

This div background color is #461278


#461278 Border Color

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

This div border color is #461278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461278


Comments

No comments written yet.

Please login to write comment.