Color Hex Logo

#413beb Color Hex

#413BEB
(65,59,235)
0 Favorites   0 Comments

Color spaces of #413beb

RGB 6559235
HSL0.670.810.58
HSV242°75°92°
CMYK 0.720.750.00   0.08
XYZ18.739310.249979.5880
Yxy10.24990.17260.0944
Hunter Lab32.015548.4526-124.9796
CIE-Lab38.287357.0135-86.5616

#413beb color RGB value is (65,59,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111011 11101011
Octal 101 73 353
Decimal 65 59 235
Hex 41 3B EB

RGB Percentages of Color #413beb

%18.11
%16.43
%65.46

CMYK Percentages of Color #413beb

%72
%75
%0
%8

Triadic Colors of #413beb

#413beb #eb413b #3beb41

Analogous Colors of #413beb

#413beb #993beb #3b8deb

Monochromatic Colors of #413beb

#413beb

Complementary Color

#413beb #e5eb3b

#413beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#413beb Color CSS Codes

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

#413beb Text Font Color

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

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


#413beb Background Color

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

This div background color is #413beb


#413beb Border Color

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

This div border color is #413beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413beb


Comments

No comments written yet.

Please login to write comment.