Color Hex Logo

#413f94 Color Hex

#413F94
(65,63,148)
0 Favorites   0 Comments

Color spaces of #413f94

RGB 6563148
HSL0.670.400.41
HSV241°57°58°
CMYK 0.560.570.00   0.42
XYZ9.30286.816928.8425
Yxy6.81690.20690.1516
Hunter Lab26.109217.9091-47.2205
CIE-Lab31.386426.1727-46.7454

#413f94 color RGB value is (65,63,148).

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

The process color (four color CMYK) of #413f94 color hex is 0.56, 0.57, 0.00, 0.42. Web safe color of #413f94 is #333399. Color #413f94 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111111 10010100
Octal 101 77 224
Decimal 65 63 148
Hex 41 3F 94

RGB Percentages of Color #413f94

%23.55
%22.83
%53.62

CMYK Percentages of Color #413f94

%56
%57
%0
%42

Triadic Colors of #413f94

#413f94 #94413f #3f9441

Analogous Colors of #413f94

#413f94 #6c3f94 #3f6894

Monochromatic Colors of #413f94

#413f94

Complementary Color

#413f94 #92943f

#413f94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413f94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413f94 Color CSS Codes

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

#413f94 Text Font Color

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

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


#413f94 Background Color

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

This div background color is #413f94


#413f94 Border Color

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

This div border color is #413f94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413f94


Comments

No comments written yet.

Please login to write comment.