Color Hex Logo

#413be1 Color Hex

#413BE1
(65,59,225)
0 Favorites   0 Comments

Color spaces of #413be1

RGB 6559225
HSL0.670.730.56
HSV242°74°88°
CMYK 0.710.740.00   0.12
XYZ17.33459.688072.1905
Yxy9.68800.17470.0976
Hunter Lab31.125644.9408-115.7253
CIE-Lab37.276553.9084-82.5399

#413be1 color RGB value is (65,59,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111011 11100001
Octal 101 73 341
Decimal 65 59 225
Hex 41 3B E1

RGB Percentages of Color #413be1

%18.62
%16.91
%64.47

CMYK Percentages of Color #413be1

%71
%74
%0
%12

Triadic Colors of #413be1

#413be1 #e1413b #3be141

Analogous Colors of #413be1

#413be1 #943be1 #3b88e1

Monochromatic Colors of #413be1

#413be1

Complementary Color

#413be1 #dbe13b

#413be1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413be1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413be1 Color CSS Codes

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

#413be1 Text Font Color

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

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


#413be1 Background Color

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

This div background color is #413be1


#413be1 Border Color

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

This div border color is #413be1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413be1


Comments

No comments written yet.

Please login to write comment.