Color Hex Logo

#401183 Color Hex

#401183
(64,17,131)
0 Favorites   0 Comments

Color spaces of #401183

RGB 6417131
HSL0.740.770.29
HSV265°87°51°
CMYK 0.510.870.00   0.49
XYZ6.41153.129621.7389
Yxy3.12960.20500.1001
Hunter Lab17.690733.7337-60.4741
CIE-Lab20.555645.9698-53.8662

#401183 color RGB value is (64,17,131).

#401183 hex color red value is 64, green value is 17 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #401183 hue: 0.74 , saturation: 0.77 and the lightness value of 401183 is 0.29.

The process color (four color CMYK) of #401183 color hex is 0.51, 0.87, 0.00, 0.49. Web safe color of #401183 is #330099. Color #401183 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010001 10000011
Octal 100 21 203
Decimal 64 17 131
Hex 40 11 83

RGB Percentages of Color #401183

%30.19
%8.02
%61.79

CMYK Percentages of Color #401183

%51
%87
%0
%49

Triadic Colors of #401183

#401183 #834011 #118340

Analogous Colors of #401183

#401183 #791183 #111b83

Monochromatic Colors of #401183

#401183

Complementary Color

#401183 #548311

#401183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401183 Color CSS Codes

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

#401183 Text Font Color

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

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


#401183 Background Color

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

This div background color is #401183


#401183 Border Color

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

This div border color is #401183


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,17,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #401183; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #401183;
  -webkit-box-shadow: 1px 1px 3px 2px #401183;
  box-shadow:         1px 1px 3px 2px #401183; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,17,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401183


Comments

No comments written yet.

Please login to write comment.