Color Hex Logo

#412fdf Color Hex

#412FDF
(65,47,223)
0 Favorites   0 Comments

Color spaces of #412fdf

RGB 6547223
HSL0.680.730.53
HSV246°79°87°
CMYK 0.710.790.00   0.13
XYZ16.51588.484670.5792
Yxy8.48460.17280.0888
Hunter Lab29.128350.2351-123.2724
CIE-Lab34.972459.3039-85.2053

#412fdf color RGB value is (65,47,223).

#412fdf hex color red value is 65, green value is 47 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #412fdf hue: 0.68 , saturation: 0.73 and the lightness value of 412fdf is 0.53.

The process color (four color CMYK) of #412fdf color hex is 0.71, 0.79, 0.00, 0.13. Web safe color of #412fdf is #3333cc. Color #412fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101111 11011111
Octal 101 57 337
Decimal 65 47 223
Hex 41 2F DF

RGB Percentages of Color #412fdf

%19.40
%14.03
%66.57

CMYK Percentages of Color #412fdf

%71
%79
%0
%13

Triadic Colors of #412fdf

#412fdf #df412f #2fdf41

Analogous Colors of #412fdf

#412fdf #992fdf #2f75df

Monochromatic Colors of #412fdf

#412fdf

Complementary Color

#412fdf #cddf2f

#412fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#412fdf Color CSS Codes

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

#412fdf Text Font Color

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

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


#412fdf Background Color

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

This div background color is #412fdf


#412fdf Border Color

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

This div border color is #412fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412fdf


Comments

No comments written yet.

Please login to write comment.