Color Hex Logo

#413fbe Color Hex

#413FBE
(65,63,190)
0 Favorites   0 Comments

Color spaces of #413fbe

RGB 6563190
HSL0.670.500.50
HSV241°67°75°
CMYK 0.660.670.00   0.25
XYZ13.25178.396549.6374
Yxy8.39650.18590.1178
Hunter Lab28.976730.9228-81.2807
CIE-Lab34.795440.3218-66.3481

#413fbe color RGB value is (65,63,190).

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

The process color (four color CMYK) of #413fbe color hex is 0.66, 0.67, 0.00, 0.25. Web safe color of #413fbe is #3333cc. Color #413fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111111 10111110
Octal 101 77 276
Decimal 65 63 190
Hex 41 3F BE

RGB Percentages of Color #413fbe

%20.44
%19.81
%59.75

CMYK Percentages of Color #413fbe

%66
%67
%0
%25

Triadic Colors of #413fbe

#413fbe #be413f #3fbe41

Analogous Colors of #413fbe

#413fbe #813fbe #3f7dbe

Monochromatic Colors of #413fbe

#413fbe

Complementary Color

#413fbe #bcbe3f

#413fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#413fbe Color CSS Codes

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

#413fbe Text Font Color

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

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


#413fbe Background Color

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

This div background color is #413fbe


#413fbe Border Color

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

This div border color is #413fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413fbe


Comments

No comments written yet.

Please login to write comment.