Color Hex Logo

#412984 Color Hex

#412984
(65,41,132)
0 Favorites   0 Comments

Color spaces of #412984

RGB 6541132
HSL0.710.530.34
HSV256°69°52°
CMYK 0.510.690.00   0.48
XYZ7.13784.375622.2982
Yxy4.37560.21110.1294
Hunter Lab20.917924.3029-48.5597
CIE-Lab24.876234.7591-47.4110

#412984 color RGB value is (65,41,132).

#412984 hex color red value is 65, green value is 41 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #412984 hue: 0.71 , saturation: 0.53 and the lightness value of 412984 is 0.34.

The process color (four color CMYK) of #412984 color hex is 0.51, 0.69, 0.00, 0.48. Web safe color of #412984 is #333399. Color #412984 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101001 10000100
Octal 101 51 204
Decimal 65 41 132
Hex 41 29 84

RGB Percentages of Color #412984

%27.31
%17.23
%55.46

CMYK Percentages of Color #412984

%51
%69
%0
%48

Triadic Colors of #412984

#412984 #844129 #298441

Analogous Colors of #412984

#412984 #6f2984 #293f84

Monochromatic Colors of #412984

#412984

Complementary Color

#412984 #6c8429

#412984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412984 Color CSS Codes

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

#412984 Text Font Color

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

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


#412984 Background Color

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

This div background color is #412984


#412984 Border Color

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

This div border color is #412984


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,41,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412984


Comments

No comments written yet.

Please login to write comment.