Color Hex Logo

#412efc Color Hex

#412EFC
(65,46,252)
0 Favorites   0 Comments

Color spaces of #412efc

RGB 6546252
HSL0.680.970.58
HSV246°82°99°
CMYK 0.740.820.00   0.01
XYZ20.727710.106192.9537
Yxy10.10610.16740.0816
Hunter Lab31.790160.7525-151.1099
CIE-Lab38.032268.0618-96.5694

#412efc color RGB value is (65,46,252).

#412efc hex color red value is 65, green value is 46 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #412efc hue: 0.68 , saturation: 0.97 and the lightness value of 412efc is 0.58.

The process color (four color CMYK) of #412efc color hex is 0.74, 0.82, 0.00, 0.01. Web safe color of #412efc is #3333ff. Color #412efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101110 11111100
Octal 101 56 374
Decimal 65 46 252
Hex 41 2E FC

RGB Percentages of Color #412efc

%17.91
%12.67
%69.42

CMYK Percentages of Color #412efc

%74
%82
%0
%1

Triadic Colors of #412efc

#412efc #fc412e #2efc41

Analogous Colors of #412efc

#412efc #a82efc #2e82fc

Monochromatic Colors of #412efc

#412efc

Complementary Color

#412efc #e9fc2e

#412efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#412efc Color CSS Codes

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

#412efc Text Font Color

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

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


#412efc Background Color

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

This div background color is #412efc


#412efc Border Color

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

This div border color is #412efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412efc


Comments

No comments written yet.

Please login to write comment.