Color Hex Logo

#41069a Color Hex

#41069A
(65,6,154)
0 Favorites   0 Comments

Color spaces of #41069a

RGB 656154
HSL0.730.930.31
HSV264°96°60°
CMYK 0.580.960.00   0.40
XYZ8.07783.587230.8385
Yxy3.58720.19010.0844
Hunter Lab18.939942.9848-83.2798
CIE-Lab22.256954.9302-65.3831

#41069a color RGB value is (65,6,154).

#41069a hex color red value is 65, green value is 6 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #41069a hue: 0.73 , saturation: 0.93 and the lightness value of 41069a is 0.31.

The process color (four color CMYK) of #41069a color hex is 0.58, 0.96, 0.00, 0.40. Web safe color of #41069a is #330099. Color #41069a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000110 10011010
Octal 101 6 232
Decimal 65 6 154
Hex 41 6 9A

RGB Percentages of Color #41069a

%28.89
%2.67
%68.44

CMYK Percentages of Color #41069a

%58
%96
%0
%40

Triadic Colors of #41069a

#41069a #9a4106 #069a41

Analogous Colors of #41069a

#41069a #8b069a #06159a

Monochromatic Colors of #41069a

#41069a

Complementary Color

#41069a #5f9a06

#41069a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41069a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41069a Color CSS Codes

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

#41069a Text Font Color

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

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


#41069a Background Color

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

This div background color is #41069a


#41069a Border Color

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

This div border color is #41069a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41069a


Comments

No comments written yet.

Please login to write comment.