Color Hex Logo

#412193 Color Hex

#412193
(65,33,147)
0 Favorites   0 Comments

Color spaces of #412193

RGB 6533147
HSL0.710.630.35
HSV257°78°58°
CMYK 0.560.780.00   0.42
XYZ7.99034.318128.0161
Yxy4.31810.19820.1071
Hunter Lab20.780032.2714-65.3900
CIE-Lab24.696443.6187-57.0413

#412193 color RGB value is (65,33,147).

#412193 hex color red value is 65, green value is 33 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #412193 hue: 0.71 , saturation: 0.63 and the lightness value of 412193 is 0.35.

The process color (four color CMYK) of #412193 color hex is 0.56, 0.78, 0.00, 0.42. Web safe color of #412193 is #333399. Color #412193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100001 10010011
Octal 101 41 223
Decimal 65 33 147
Hex 41 21 93

RGB Percentages of Color #412193

%26.53
%13.47
%60.00

CMYK Percentages of Color #412193

%56
%78
%0
%42

Triadic Colors of #412193

#412193 #934121 #219341

Analogous Colors of #412193

#412193 #7a2193 #213a93

Monochromatic Colors of #412193

#412193

Complementary Color

#412193 #739321

#412193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412193 Color CSS Codes

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

#412193 Text Font Color

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

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


#412193 Background Color

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

This div background color is #412193


#412193 Border Color

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

This div border color is #412193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412193


Comments

No comments written yet.

Please login to write comment.