Color Hex Logo

#413edf Color Hex

#413EDF
(65,62,223)
0 Favorites   0 Comments

Color spaces of #413edf

RGB 6562223
HSL0.670.720.56
HSV241°72°87°
CMYK 0.710.720.00   0.13
XYZ17.22199.896870.8146
Yxy9.89680.17590.1011
Hunter Lab31.459242.6638-111.4403
CIE-Lab37.656651.6551-80.7697

#413edf color RGB value is (65,62,223).

#413edf hex color red value is 65, green value is 62 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #413edf hue: 0.67 , saturation: 0.72 and the lightness value of 413edf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111110 11011111
Octal 101 76 337
Decimal 65 62 223
Hex 41 3E DF

RGB Percentages of Color #413edf

%18.57
%17.71
%63.71

CMYK Percentages of Color #413edf

%71
%72
%0
%13

Triadic Colors of #413edf

#413edf #df413e #3edf41

Analogous Colors of #413edf

#413edf #923edf #3e8cdf

Monochromatic Colors of #413edf

#413edf

Complementary Color

#413edf #dcdf3e

#413edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#413edf Color CSS Codes

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

#413edf Text Font Color

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

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


#413edf Background Color

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

This div background color is #413edf


#413edf Border Color

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

This div border color is #413edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413edf


Comments

No comments written yet.

Please login to write comment.