Color Hex Logo

#412ecc Color Hex

#412ECC
(65,46,204)
0 Favorites   0 Comments

Color spaces of #412ecc

RGB 6546204
HSL0.690.630.49
HSV247°77°80°
CMYK 0.680.770.00   0.20
XYZ14.05617.437457.8215
Yxy7.43740.17720.0938
Hunter Lab27.271644.2757-106.6171
CIE-Lab32.782654.1407-77.8515

#412ecc color RGB value is (65,46,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101110 11001100
Octal 101 56 314
Decimal 65 46 204
Hex 41 2E CC

RGB Percentages of Color #412ecc

%20.63
%14.60
%64.76

CMYK Percentages of Color #412ecc

%68
%77
%0
%20

Triadic Colors of #412ecc

#412ecc #cc412e #2ecc41

Analogous Colors of #412ecc

#412ecc #902ecc #2e6acc

Monochromatic Colors of #412ecc

#412ecc

Complementary Color

#412ecc #b9cc2e

#412ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#412ecc Color CSS Codes

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

#412ecc Text Font Color

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

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


#412ecc Background Color

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

This div background color is #412ecc


#412ecc Border Color

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

This div border color is #412ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,46,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 #412ecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412ecc


Comments

No comments written yet.

Please login to write comment.