Color Hex Logo

#413abe Color Hex

#413ABE
(65,58,190)
0 Favorites   0 Comments

Color spaces of #413abe

RGB 6558190
HSL0.680.530.49
HSV243°69°75°
CMYK 0.660.690.00   0.25
XYZ12.98737.867649.5493
Yxy7.86760.18450.1117
Hunter Lab28.049233.5625-85.1020
CIE-Lab33.705643.2831-68.1359

#413abe color RGB value is (65,58,190).

#413abe hex color red value is 65, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #413abe hue: 0.68 , saturation: 0.53 and the lightness value of 413abe is 0.49.

The process color (four color CMYK) of #413abe color hex is 0.66, 0.69, 0.00, 0.25. Web safe color of #413abe is #3333cc. Color #413abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111010 10111110
Octal 101 72 276
Decimal 65 58 190
Hex 41 3A BE

RGB Percentages of Color #413abe

%20.77
%18.53
%60.70

CMYK Percentages of Color #413abe

%66
%69
%0
%25

Triadic Colors of #413abe

#413abe #be413a #3abe41

Analogous Colors of #413abe

#413abe #833abe #3a75be

Monochromatic Colors of #413abe

#413abe

Complementary Color

#413abe #b7be3a

#413abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#413abe Color CSS Codes

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

#413abe Text Font Color

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

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


#413abe Background Color

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

This div background color is #413abe


#413abe Border Color

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

This div border color is #413abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413abe


Comments

No comments written yet.

Please login to write comment.