Color Hex Logo

#413bcb Color Hex

#413BCB
(65,59,203)
0 Favorites   0 Comments

Color spaces of #413bcb

RGB 6559203
HSL0.670.580.51
HSV243°71°80°
CMYK 0.680.710.00   0.20
XYZ14.52348.563557.3874
Yxy8.56350.18050.1064
Hunter Lab29.263537.3782-95.7868
CIE-Lab35.129946.9213-73.3981

#413bcb color RGB value is (65,59,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111011 11001011
Octal 101 73 313
Decimal 65 59 203
Hex 41 3B CB

RGB Percentages of Color #413bcb

%19.88
%18.04
%62.08

CMYK Percentages of Color #413bcb

%68
%71
%0
%20

Triadic Colors of #413bcb

#413bcb #cb413b #3bcb41

Analogous Colors of #413bcb

#413bcb #893bcb #3b7dcb

Monochromatic Colors of #413bcb

#413bcb

Complementary Color

#413bcb #c5cb3b

#413bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#413bcb Color CSS Codes

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

#413bcb Text Font Color

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

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


#413bcb Background Color

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

This div background color is #413bcb


#413bcb Border Color

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

This div border color is #413bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413bcb


Comments

No comments written yet.

Please login to write comment.