Color Hex Logo

#41248a Color Hex

#41248A
(65,36,138)
0 Favorites   0 Comments

Color spaces of #41248a

RGB 6536138
HSL0.710.590.34
HSV257°74°54°
CMYK 0.530.740.00   0.46
XYZ7.39834.220524.4695
Yxy4.22050.20500.1169
Hunter Lab20.543928.3301-56.2388
CIE-Lab24.387439.4016-51.9623

#41248a color RGB value is (65,36,138).

#41248a hex color red value is 65, green value is 36 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #41248a hue: 0.71 , saturation: 0.59 and the lightness value of 41248a is 0.34.

The process color (four color CMYK) of #41248a color hex is 0.53, 0.74, 0.00, 0.46. Web safe color of #41248a is #333399. Color #41248a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100100 10001010
Octal 101 44 212
Decimal 65 36 138
Hex 41 24 8A

RGB Percentages of Color #41248a

%27.20
%15.06
%57.74

CMYK Percentages of Color #41248a

%53
%74
%0
%46

Triadic Colors of #41248a

#41248a #8a4124 #248a41

Analogous Colors of #41248a

#41248a #74248a #243a8a

Monochromatic Colors of #41248a

#41248a

Complementary Color

#41248a #6d8a24

#41248a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41248a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41248a Color CSS Codes

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

#41248a Text Font Color

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

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


#41248a Background Color

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

This div background color is #41248a


#41248a Border Color

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

This div border color is #41248a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41248a


Comments

No comments written yet.

Please login to write comment.