Color Hex Logo

#412077 Color Hex

#412077
(65,32,119)
0 Favorites   0 Comments

Color spaces of #412077

RGB 6532119
HSL0.730.580.30
HSV263°73°47°
CMYK 0.450.730.00   0.53
XYZ6.02633.488817.8085
Yxy3.48880.22060.1277
Hunter Lab18.678324.9034-43.4541
CIE-Lab21.903935.9979-44.0238

#412077 color RGB value is (65,32,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100000 01110111
Octal 101 40 167
Decimal 65 32 119
Hex 41 20 77

RGB Percentages of Color #412077

%30.09
%14.81
%55.09

CMYK Percentages of Color #412077

%45
%73
%0
%53

Triadic Colors of #412077

#412077 #774120 #207741

Analogous Colors of #412077

#412077 #6d2077 #202b77

Monochromatic Colors of #412077

#412077

Complementary Color

#412077 #567720

#412077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412077 Color CSS Codes

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

#412077 Text Font Color

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

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


#412077 Background Color

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

This div background color is #412077


#412077 Border Color

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

This div border color is #412077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412077


Comments

No comments written yet.

Please login to write comment.