Color Hex Logo

#412eca Color Hex

#412ECA
(65,46,202)
0 Favorites   0 Comments

Color spaces of #412eca

RGB 6546202
HSL0.690.630.49
HSV247°77°79°
CMYK 0.680.770.00   0.21
XYZ13.81767.342156.5660
Yxy7.34210.17780.0945
Hunter Lab27.096343.6065-104.8058
CIE-Lab32.573453.5386-77.0315

#412eca color RGB value is (65,46,202).

#412eca hex color red value is 65, green value is 46 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #412eca hue: 0.69 , saturation: 0.63 and the lightness value of 412eca is 0.49.

The process color (four color CMYK) of #412eca color hex is 0.68, 0.77, 0.00, 0.21. Web safe color of #412eca is #3333cc. Color #412eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101110 11001010
Octal 101 56 312
Decimal 65 46 202
Hex 41 2E CA

RGB Percentages of Color #412eca

%20.77
%14.70
%64.54

CMYK Percentages of Color #412eca

%68
%77
%0
%21

Triadic Colors of #412eca

#412eca #ca412e #2eca41

Analogous Colors of #412eca

#412eca #8f2eca #2e69ca

Monochromatic Colors of #412eca

#412eca

Complementary Color

#412eca #b7ca2e

#412eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#412eca Color CSS Codes

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

#412eca Text Font Color

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

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


#412eca Background Color

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

This div background color is #412eca


#412eca Border Color

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

This div border color is #412eca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,46,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #412eca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #412eca;
  -webkit-box-shadow: 1px 1px 3px 2px #412eca;
  box-shadow:         1px 1px 3px 2px #412eca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412eca


Comments

No comments written yet.

Please login to write comment.