Color Hex Logo

#411055 Color Hex

#411055
(65,16,85)
0 Favorites   0 Comments

Color spaces of #411055

RGB 651685
HSL0.790.680.20
HSV283°81°33°
CMYK 0.240.810.00   0.67
XYZ4.00502.15038.7983
Yxy2.15030.26780.1438
Hunter Lab14.663923.0900-25.3091
CIE-Lab16.257034.9513-30.8499

#411055 color RGB value is (65,16,85).

#411055 hex color red value is 65, green value is 16 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #411055 hue: 0.79 , saturation: 0.68 and the lightness value of 411055 is 0.20.

The process color (four color CMYK) of #411055 color hex is 0.24, 0.81, 0.00, 0.67. Web safe color of #411055 is #330066. Color #411055 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010000 01010101
Octal 101 20 125
Decimal 65 16 85
Hex 41 10 55

RGB Percentages of Color #411055

%39.16
%9.64
%51.20

CMYK Percentages of Color #411055

%24
%81
%0
%67

Triadic Colors of #411055

#411055 #554110 #105541

Analogous Colors of #411055

#411055 #551046 #1f1055

Monochromatic Colors of #411055

#411055

Complementary Color

#411055 #245510

#411055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411055 Color CSS Codes

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

#411055 Text Font Color

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

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


#411055 Background Color

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

This div background color is #411055


#411055 Border Color

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

This div border color is #411055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411055


Comments

No comments written yet.

Please login to write comment.