Color Hex Logo

#411c7b Color Hex

#411C7B
(65,28,123)
0 Favorites   0 Comments

Color spaces of #411c7b

RGB 6528123
HSL0.730.630.30
HSV263°77°48°
CMYK 0.470.770.00   0.52
XYZ6.17043.384419.0669
Yxy3.38440.21560.1182
Hunter Lab18.396727.6759-48.5721
CIE-Lab21.521939.2207-47.2001

#411c7b color RGB value is (65,28,123).

#411c7b hex color red value is 65, green value is 28 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #411c7b hue: 0.73 , saturation: 0.63 and the lightness value of 411c7b is 0.30.

The process color (four color CMYK) of #411c7b color hex is 0.47, 0.77, 0.00, 0.52. Web safe color of #411c7b is #333366. Color #411c7b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011100 01111011
Octal 101 34 173
Decimal 65 28 123
Hex 41 1C 7B

RGB Percentages of Color #411c7b

%30.09
%12.96
%56.94

CMYK Percentages of Color #411c7b

%47
%77
%0
%52

Triadic Colors of #411c7b

#411c7b #7b411c #1c7b41

Analogous Colors of #411c7b

#411c7b #711c7b #1c277b

Monochromatic Colors of #411c7b

#411c7b

Complementary Color

#411c7b #567b1c

#411c7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411c7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#411c7b Color CSS Codes

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

#411c7b Text Font Color

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

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


#411c7b Background Color

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

This div background color is #411c7b


#411c7b Border Color

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

This div border color is #411c7b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,28,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #411c7b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #411c7b;
  -webkit-box-shadow: 1px 1px 3px 2px #411c7b;
  box-shadow:         1px 1px 3px 2px #411c7b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411c7b


Comments

No comments written yet.

Please login to write comment.