Color Hex Logo

#413de1 Color Hex

#413DE1
(65,61,225)
0 Favorites   0 Comments

Color spaces of #413de1

RGB 6561225
HSL0.670.730.56
HSV241°73°88°
CMYK 0.710.730.00   0.12
XYZ17.43939.897572.2254
Yxy9.89750.17520.0994
Hunter Lab31.460343.8919-114.0936
CIE-Lab37.657852.8352-81.9106

#413de1 color RGB value is (65,61,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111101 11100001
Octal 101 75 341
Decimal 65 61 225
Hex 41 3D E1

RGB Percentages of Color #413de1

%18.52
%17.38
%64.10

CMYK Percentages of Color #413de1

%71
%73
%0
%12

Triadic Colors of #413de1

#413de1 #e1413d #3de141

Analogous Colors of #413de1

#413de1 #933de1 #3d8be1

Monochromatic Colors of #413de1

#413de1

Complementary Color

#413de1 #dde13d

#413de1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413de1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413de1 Color CSS Codes

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

#413de1 Text Font Color

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

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


#413de1 Background Color

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

This div background color is #413de1


#413de1 Border Color

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

This div border color is #413de1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413de1


Comments

No comments written yet.

Please login to write comment.