Color Hex Logo

#41349a Color Hex

#41349A
(65,52,154)
0 Favorites   0 Comments

Color spaces of #41349a

RGB 6552154
HSL0.690.500.40
HSV248°66°60°
CMYK 0.580.660.00   0.40
XYZ9.24075.912931.2261
Yxy5.91290.19920.1275
Hunter Lab24.316525.2795-59.1160
CIE-Lab29.191635.1189-53.9746

#41349a color RGB value is (65,52,154).

#41349a hex color red value is 65, green value is 52 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #41349a hue: 0.69 , saturation: 0.50 and the lightness value of 41349a is 0.40.

The process color (four color CMYK) of #41349a color hex is 0.58, 0.66, 0.00, 0.40. Web safe color of #41349a is #333399. Color #41349a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110100 10011010
Octal 101 64 232
Decimal 65 52 154
Hex 41 34 9A

RGB Percentages of Color #41349a

%23.99
%19.19
%56.83

CMYK Percentages of Color #41349a

%58
%66
%0
%40

Triadic Colors of #41349a

#41349a #9a4134 #349a41

Analogous Colors of #41349a

#41349a #74349a #345a9a

Monochromatic Colors of #41349a

#41349a

Complementary Color

#41349a #8d9a34

#41349a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41349a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41349a Color CSS Codes

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

#41349a Text Font Color

<p style="color:#41349a">Text here</p>

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


#41349a Background Color

<div style="background-color:#41349a">
Div content here</div>

This div background color is #41349a


#41349a Border Color

<div style="border:3px solid #41349a">
Div here</div>

This div border color is #41349a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,52,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41349a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41349a;
  -webkit-box-shadow: 1px 1px 3px 2px #41349a;
  box-shadow:         1px 1px 3px 2px #41349a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41349a


Comments

No comments written yet.

Please login to write comment.