Color Hex Logo

#413acb Color Hex

#413ACB
(65,58,203)
0 Favorites   0 Comments

Color spaces of #413acb

RGB 6558203
HSL0.670.580.51
HSV243°71°80°
CMYK 0.680.710.00   0.20
XYZ14.47258.461757.3704
Yxy8.46170.18020.1054
Hunter Lab29.089037.9024-96.5716
CIE-Lab34.926547.4854-73.7329

#413acb color RGB value is (65,58,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111010 11001011
Octal 101 72 313
Decimal 65 58 203
Hex 41 3A CB

RGB Percentages of Color #413acb

%19.94
%17.79
%62.27

CMYK Percentages of Color #413acb

%68
%71
%0
%20

Triadic Colors of #413acb

#413acb #cb413a #3acb41

Analogous Colors of #413acb

#413acb #8a3acb #3a7ccb

Monochromatic Colors of #413acb

#413acb

Complementary Color

#413acb #c4cb3a

#413acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#413acb Color CSS Codes

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

#413acb Text Font Color

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

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


#413acb Background Color

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

This div background color is #413acb


#413acb Border Color

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

This div border color is #413acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413acb


Comments

No comments written yet.

Please login to write comment.