Color Hex Logo

#413bfb Color Hex

#413BFB
(65,59,251)
0 Favorites   0 Comments

Color spaces of #413bfb

RGB 6559251
HSL0.670.960.61
HSV242°76°98°
CMYK 0.740.760.00   0.02
XYZ21.156511.216892.3168
Yxy11.21680.16970.0900
Hunter Lab33.491554.1479-139.9844
CIE-Lab39.943261.8857-92.8401

#413bfb color RGB value is (65,59,251).

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

The process color (four color CMYK) of #413bfb color hex is 0.74, 0.76, 0.00, 0.02. Web safe color of #413bfb is #3333ff. Color #413bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111011 11111011
Octal 101 73 373
Decimal 65 59 251
Hex 41 3B FB

RGB Percentages of Color #413bfb

%17.33
%15.73
%66.93

CMYK Percentages of Color #413bfb

%74
%76
%0
%2

Triadic Colors of #413bfb

#413bfb #fb413b #3bfb41

Analogous Colors of #413bfb

#413bfb #a13bfb #3b95fb

Monochromatic Colors of #413bfb

#413bfb

Complementary Color

#413bfb #f5fb3b

#413bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#413bfb Color CSS Codes

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

#413bfb Text Font Color

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

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


#413bfb Background Color

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

This div background color is #413bfb


#413bfb Border Color

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

This div border color is #413bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.