Color Hex Logo

#413def Color Hex

#413DEF
(65,61,239)
0 Favorites   0 Comments

Color spaces of #413def

RGB 6561239
HSL0.670.850.59
HSV241°74°94°
CMYK 0.730.740.00   0.06
XYZ19.428710.693382.7014
Yxy10.69330.17220.0948
Hunter Lab32.700648.8277-127.0568
CIE-Lab39.059057.2126-87.5502

#413def color RGB value is (65,61,239).

#413def hex color red value is 65, green value is 61 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #413def hue: 0.67 , saturation: 0.85 and the lightness value of 413def is 0.59.

The process color (four color CMYK) of #413def color hex is 0.73, 0.74, 0.00, 0.06. Web safe color of #413def is #3333ff. Color #413def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111101 11101111
Octal 101 75 357
Decimal 65 61 239
Hex 41 3D EF

RGB Percentages of Color #413def

%17.81
%16.71
%65.48

CMYK Percentages of Color #413def

%73
%74
%0
%6

Triadic Colors of #413def

#413def #ef413d #3def41

Analogous Colors of #413def

#413def #9a3def #3d92ef

Monochromatic Colors of #413def

#413def

Complementary Color

#413def #ebef3d

#413def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413def Color Preview on White Background

Lorem ipsum dolor sit amet.

#413def Color CSS Codes

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

#413def Text Font Color

<p style="color:#413def">Text here</p>

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


#413def Background Color

<div style="background-color:#413def">
Div content here</div>

This div background color is #413def


#413def Border Color

<div style="border:3px solid #413def">
Div here</div>

This div border color is #413def


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,61,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #413def; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #413def;
  -webkit-box-shadow: 1px 1px 3px 2px #413def;
  box-shadow:         1px 1px 3px 2px #413def; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413def


Comments

No comments written yet.

Please login to write comment.