Color Hex Logo

#412672 Color Hex

#412672
(65,38,114)
0 Favorites   0 Comments

Color spaces of #412672

RGB 6538114
HSL0.730.500.30
HSV261°67°45°
CMYK 0.430.670.00   0.55
XYZ5.91033.724916.3271
Yxy3.72490.22760.1435
Hunter Lab19.300020.8876-36.6472
CIE-Lab22.740331.1050-39.4606

#412672 color RGB value is (65,38,114).

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

The process color (four color CMYK) of #412672 color hex is 0.43, 0.67, 0.00, 0.55. Web safe color of #412672 is #333366. Color #412672 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100110 01110010
Octal 101 46 162
Decimal 65 38 114
Hex 41 26 72

RGB Percentages of Color #412672

%29.95
%17.51
%52.53

CMYK Percentages of Color #412672

%43
%67
%0
%55

Triadic Colors of #412672

#412672 #724126 #267241

Analogous Colors of #412672

#412672 #672672 #263172

Monochromatic Colors of #412672

#412672

Complementary Color

#412672 #577226

#412672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412672 Color CSS Codes

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

#412672 Text Font Color

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

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


#412672 Background Color

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

This div background color is #412672


#412672 Border Color

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

This div border color is #412672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412672


Comments

No comments written yet.

Please login to write comment.