Color Hex Logo

#412178 Color Hex

#412178
(65,33,120)
0 Favorites   0 Comments

Color spaces of #412178

RGB 6533120
HSL0.730.570.30
HSV262°73°47°
CMYK 0.460.730.00   0.53
XYZ6.11403.567618.1357
Yxy3.56760.21980.1283
Hunter Lab18.888124.7256-43.7066
CIE-Lab22.187135.7395-44.2012

#412178 color RGB value is (65,33,120).

#412178 hex color red value is 65, green value is 33 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #412178 hue: 0.73 , saturation: 0.57 and the lightness value of 412178 is 0.30.

The process color (four color CMYK) of #412178 color hex is 0.46, 0.73, 0.00, 0.53. Web safe color of #412178 is #333366. Color #412178 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100001 01111000
Octal 101 41 170
Decimal 65 33 120
Hex 41 21 78

RGB Percentages of Color #412178

%29.82
%15.14
%55.05

CMYK Percentages of Color #412178

%46
%73
%0
%53

Triadic Colors of #412178

#412178 #784121 #217841

Analogous Colors of #412178

#412178 #6d2178 #212d78

Monochromatic Colors of #412178

#412178

Complementary Color

#412178 #587821

#412178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412178 Color CSS Codes

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

#412178 Text Font Color

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

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


#412178 Background Color

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

This div background color is #412178


#412178 Border Color

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

This div border color is #412178


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,33,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 #412178">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412178


Comments

No comments written yet.

Please login to write comment.