Color Hex Logo

#411acc Color Hex

#411ACC
(65,26,204)
0 Favorites   0 Comments

Color spaces of #411acc

RGB 6526204
HSL0.700.770.45
HSV253°87°80°
CMYK 0.680.870.00   0.20
XYZ13.44856.222257.6189
Yxy6.22220.17400.0805
Hunter Lab24.944352.5840-119.4929
CIE-Lab29.966362.4139-82.5179

#411acc color RGB value is (65,26,204).

#411acc hex color red value is 65, green value is 26 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #411acc hue: 0.70 , saturation: 0.77 and the lightness value of 411acc is 0.45.

The process color (four color CMYK) of #411acc color hex is 0.68, 0.87, 0.00, 0.20. Web safe color of #411acc is #3333cc. Color #411acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011010 11001100
Octal 101 32 314
Decimal 65 26 204
Hex 41 1A CC

RGB Percentages of Color #411acc

%22.03
%8.81
%69.15

CMYK Percentages of Color #411acc

%68
%87
%0
%20

Triadic Colors of #411acc

#411acc #cc411a #1acc41

Analogous Colors of #411acc

#411acc #9a1acc #1a4ccc

Monochromatic Colors of #411acc

#411acc

Complementary Color

#411acc #a5cc1a

#411acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#411acc Color CSS Codes

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

#411acc Text Font Color

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

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


#411acc Background Color

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

This div background color is #411acc


#411acc Border Color

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

This div border color is #411acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411acc


Comments

No comments written yet.

Please login to write comment.