Color Hex Logo

#412efd Color Hex

#412EFD
(65,46,253)
0 Favorites   0 Comments

Color spaces of #412efd

RGB 6546253
HSL0.680.980.59
HSV246°82°99°
CMYK 0.740.820.00   0.01
XYZ20.886610.169793.7906
Yxy10.16970.16730.0815
Hunter Lab31.890061.1026-152.0530
CIE-Lab38.145368.3414-96.9421

#412efd color RGB value is (65,46,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101110 11111101
Octal 101 56 375
Decimal 65 46 253
Hex 41 2E FD

RGB Percentages of Color #412efd

%17.86
%12.64
%69.51

CMYK Percentages of Color #412efd

%74
%82
%0
%1

Triadic Colors of #412efd

#412efd #fd412e #2efd41

Analogous Colors of #412efd

#412efd #a92efd #2e83fd

Monochromatic Colors of #412efd

#412efd

Complementary Color

#412efd #eafd2e

#412efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#412efd Color CSS Codes

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

#412efd Text Font Color

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

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


#412efd Background Color

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

This div background color is #412efd


#412efd Border Color

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

This div border color is #412efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412efd

Related Colors


Comments

No comments written yet.

Please login to write comment.