Color Hex Logo

#41438d Color Hex

#41438D
(65,67,141)
0 Favorites   0 Comments

Color spaces of #41438d

RGB 6567141
HSL0.660.370.40
HSV238°54°55°
CMYK 0.540.520.00   0.45
XYZ8.99487.061226.0882
Yxy7.06120.21340.1675
Hunter Lab26.572913.9187-39.6074
CIE-Lab31.945821.1897-41.5547

#41438d color RGB value is (65,67,141).

#41438d hex color red value is 65, green value is 67 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #41438d hue: 0.66 , saturation: 0.37 and the lightness value of 41438d is 0.40.

The process color (four color CMYK) of #41438d color hex is 0.54, 0.52, 0.00, 0.45. Web safe color of #41438d is #333399. Color #41438d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000011 10001101
Octal 101 103 215
Decimal 65 67 141
Hex 41 43 8D

RGB Percentages of Color #41438d

%23.81
%24.54
%51.65

CMYK Percentages of Color #41438d

%54
%52
%0
%45

Triadic Colors of #41438d

#41438d #8d4143 #438d41

Analogous Colors of #41438d

#41438d #65418d #41698d

Monochromatic Colors of #41438d

#41438d

Complementary Color

#41438d #8d8b41

#41438d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41438d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41438d Color CSS Codes

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

#41438d Text Font Color

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

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


#41438d Background Color

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

This div background color is #41438d


#41438d Border Color

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

This div border color is #41438d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41438d


Comments

No comments written yet.

Please login to write comment.