Color Hex Logo

#412d8a Color Hex

#412D8A
(65,45,138)
0 Favorites   0 Comments

Color spaces of #412d8a

RGB 6545138
HSL0.700.510.36
HSV253°67°54°
CMYK 0.530.670.00   0.46
XYZ7.70584.835624.5720
Yxy4.83560.20760.1303
Hunter Lab21.990024.0680-50.8587
CIE-Lab26.261234.2427-48.9012

#412d8a color RGB value is (65,45,138).

#412d8a hex color red value is 65, green value is 45 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #412d8a hue: 0.70 , saturation: 0.51 and the lightness value of 412d8a is 0.36.

The process color (four color CMYK) of #412d8a color hex is 0.53, 0.67, 0.00, 0.46. Web safe color of #412d8a is #333399. Color #412d8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101101 10001010
Octal 101 55 212
Decimal 65 45 138
Hex 41 2D 8A

RGB Percentages of Color #412d8a

%26.21
%18.15
%55.65

CMYK Percentages of Color #412d8a

%53
%67
%0
%46

Triadic Colors of #412d8a

#412d8a #8a412d #2d8a41

Analogous Colors of #412d8a

#412d8a #702d8a #2d488a

Monochromatic Colors of #412d8a

#412d8a

Complementary Color

#412d8a #768a2d

#412d8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412d8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#412d8a Color CSS Codes

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

#412d8a Text Font Color

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

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


#412d8a Background Color

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

This div background color is #412d8a


#412d8a Border Color

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

This div border color is #412d8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,45,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #412d8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #412d8a;
  -webkit-box-shadow: 1px 1px 3px 2px #412d8a;
  box-shadow:         1px 1px 3px 2px #412d8a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412d8a


Comments

No comments written yet.

Please login to write comment.