Color Hex Logo

#413feb Color Hex

#413FEB
(65,63,235)
0 Favorites   0 Comments

Color spaces of #413feb

RGB 6563235
HSL0.670.810.58
HSV241°73°92°
CMYK 0.720.730.00   0.08
XYZ18.952910.677079.6592
Yxy10.67700.17340.0977
Hunter Lab32.675746.3531-121.6686
CIE-Lab39.031054.9090-85.3329

#413feb color RGB value is (65,63,235).

#413feb hex color red value is 65, green value is 63 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #413feb hue: 0.67 , saturation: 0.81 and the lightness value of 413feb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111111 11101011
Octal 101 77 353
Decimal 65 63 235
Hex 41 3F EB

RGB Percentages of Color #413feb

%17.91
%17.36
%64.74

CMYK Percentages of Color #413feb

%72
%73
%0
%8

Triadic Colors of #413feb

#413feb #eb413f #3feb41

Analogous Colors of #413feb

#413feb #973feb #3f93eb

Monochromatic Colors of #413feb

#413feb

Complementary Color

#413feb #e9eb3f

#413feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#413feb Color CSS Codes

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

#413feb Text Font Color

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

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


#413feb Background Color

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

This div background color is #413feb


#413feb Border Color

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

This div border color is #413feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413feb


Comments

No comments written yet.

Please login to write comment.