Color Hex Logo

#411485 Color Hex

#411485
(65,20,133)
0 Favorites   0 Comments

Color spaces of #411485

RGB 6520133
HSL0.730.740.30
HSV264°85°52°
CMYK 0.510.850.00   0.48
XYZ6.66383.317622.4794
Yxy3.31760.20530.1022
Hunter Lab18.214333.4303-60.4236
CIE-Lab21.273445.5114-53.9411

#411485 color RGB value is (65,20,133).

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

The process color (four color CMYK) of #411485 color hex is 0.51, 0.85, 0.00, 0.48. Web safe color of #411485 is #330099. Color #411485 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010100 10000101
Octal 101 24 205
Decimal 65 20 133
Hex 41 14 85

RGB Percentages of Color #411485

%29.82
%9.17
%61.01

CMYK Percentages of Color #411485

%51
%85
%0
%48

Triadic Colors of #411485

#411485 #854114 #148541

Analogous Colors of #411485

#411485 #7a1485 #142085

Monochromatic Colors of #411485

#411485

Complementary Color

#411485 #588514

#411485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411485 Color CSS Codes

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

#411485 Text Font Color

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

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


#411485 Background Color

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

This div background color is #411485


#411485 Border Color

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

This div border color is #411485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411485


Comments

No comments written yet.

Please login to write comment.