Color Hex Logo

#411278 Color Hex

#411278
(65,18,120)
0 Favorites   0 Comments

Color spaces of #411278

RGB 6518120
HSL0.740.740.27
HSV268°85°47°
CMYK 0.460.850.00   0.53
XYZ5.78642.912518.0265
Yxy2.91250.21650.1090
Hunter Lab17.066030.6565-50.6805
CIE-Lab19.690042.8588-48.2853

#411278 color RGB value is (65,18,120).

#411278 hex color red value is 65, green value is 18 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #411278 hue: 0.74 , saturation: 0.74 and the lightness value of 411278 is 0.27.

The process color (four color CMYK) of #411278 color hex is 0.46, 0.85, 0.00, 0.53. Web safe color of #411278 is #330066. Color #411278 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010010 01111000
Octal 101 22 170
Decimal 65 18 120
Hex 41 12 78

RGB Percentages of Color #411278

%32.02
%8.87
%59.11

CMYK Percentages of Color #411278

%46
%85
%0
%53

Triadic Colors of #411278

#411278 #784112 #127841

Analogous Colors of #411278

#411278 #741278 #121678

Monochromatic Colors of #411278

#411278

Complementary Color

#411278 #497812

#411278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411278 Color CSS Codes

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

#411278 Text Font Color

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

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


#411278 Background Color

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

This div background color is #411278


#411278 Border Color

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

This div border color is #411278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411278


Comments

No comments written yet.

Please login to write comment.