Color Hex Logo

#411cce Color Hex

#411CCE
(65,28,206)
0 Favorites   0 Comments

Color spaces of #411cce

RGB 6528206
HSL0.700.760.46
HSV252°86°81°
CMYK 0.680.860.00   0.19
XYZ13.73586.410658.9059
Yxy6.41060.17380.0811
Hunter Lab25.319252.5288-120.2168
CIE-Lab30.425662.2764-82.9216

#411cce color RGB value is (65,28,206).

#411cce hex color red value is 65, green value is 28 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #411cce hue: 0.70 , saturation: 0.76 and the lightness value of 411cce is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011100 11001110
Octal 101 34 316
Decimal 65 28 206
Hex 41 1C CE

RGB Percentages of Color #411cce

%21.74
%9.36
%68.90

CMYK Percentages of Color #411cce

%68
%86
%0
%19

Triadic Colors of #411cce

#411cce #ce411c #1cce41

Analogous Colors of #411cce

#411cce #9a1cce #1c50ce

Monochromatic Colors of #411cce

#411cce

Complementary Color

#411cce #a9ce1c

#411cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#411cce Color CSS Codes

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

#411cce Text Font Color

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

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


#411cce Background Color

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

This div background color is #411cce


#411cce Border Color

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

This div border color is #411cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411cce


Comments

No comments written yet.

Please login to write comment.