Color Hex Logo

#41068d Color Hex

#41068D
(65,6,141)
0 Favorites   0 Comments

Color spaces of #41068d

RGB 656141
HSL0.740.920.29
HSV266°96°55°
CMYK 0.540.960.00   0.45
XYZ7.05283.177225.4408
Yxy3.17720.19770.0891
Hunter Lab17.824739.4349-72.1460
CIE-Lab20.740051.7467-59.8389

#41068d color RGB value is (65,6,141).

#41068d hex color red value is 65, green value is 6 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #41068d hue: 0.74 , saturation: 0.92 and the lightness value of 41068d is 0.29.

The process color (four color CMYK) of #41068d color hex is 0.54, 0.96, 0.00, 0.45. Web safe color of #41068d is #330099. Color #41068d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000110 10001101
Octal 101 6 215
Decimal 65 6 141
Hex 41 6 8D

RGB Percentages of Color #41068d

%30.66
%2.83
%66.51

CMYK Percentages of Color #41068d

%54
%96
%0
%45

Triadic Colors of #41068d

#41068d #8d4106 #068d41

Analogous Colors of #41068d

#41068d #85068d #060e8d

Monochromatic Colors of #41068d

#41068d

Complementary Color

#41068d #528d06

#41068d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41068d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41068d Color CSS Codes

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

#41068d Text Font Color

<p style="color:#41068d">Text here</p>

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


#41068d Background Color

<div style="background-color:#41068d">
Div content here</div>

This div background color is #41068d


#41068d Border Color

<div style="border:3px solid #41068d">
Div here</div>

This div border color is #41068d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41068d


Comments

No comments written yet.

Please login to write comment.