Color Hex Logo

#411998 Color Hex

#411998
(65,25,152)
1 Favorites   0 Comments

Color spaces of #411998

RGB 6525152
HSL0.720.720.35
HSV259°84°60°
CMYK 0.570.840.00   0.40
XYZ8.19514.086130.0625
Yxy4.08610.19350.0965
Hunter Lab20.214136.9919-74.0265
CIE-Lab23.954148.6738-61.3459

#411998 color RGB value is (65,25,152).

#411998 hex color red value is 65, green value is 25 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #411998 hue: 0.72 , saturation: 0.72 and the lightness value of 411998 is 0.35.

The process color (four color CMYK) of #411998 color hex is 0.57, 0.84, 0.00, 0.40. Web safe color of #411998 is #330099. Color #411998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011001 10011000
Octal 101 31 230
Decimal 65 25 152
Hex 41 19 98

RGB Percentages of Color #411998

%26.86
%10.33
%62.81

CMYK Percentages of Color #411998

%57
%84
%0
%40

Triadic Colors of #411998

#411998 #984119 #199841

Analogous Colors of #411998

#411998 #811998 #193198

Monochromatic Colors of #411998

#411998

Complementary Color

#411998 #709819

#411998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411998 Color CSS Codes

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

#411998 Text Font Color

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

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


#411998 Background Color

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

This div background color is #411998


#411998 Border Color

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

This div border color is #411998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411998


Comments

No comments written yet.

Please login to write comment.