Color Hex Logo

#41256b Color Hex

#41256B
(65,37,107)
0 Favorites   0 Comments

Color spaces of #41256b

RGB 6537107
HSL0.730.490.28
HSV264°65°42°
CMYK 0.390.650.00   0.58
XYZ5.49543.508514.2975
Yxy3.50850.23580.1506
Hunter Lab18.731019.5901-32.1448
CIE-Lab21.975129.6552-36.1811

#41256b color RGB value is (65,37,107).

#41256b hex color red value is 65, green value is 37 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #41256b hue: 0.73 , saturation: 0.49 and the lightness value of 41256b is 0.28.

The process color (four color CMYK) of #41256b color hex is 0.39, 0.65, 0.00, 0.58. Web safe color of #41256b is #333366. Color #41256b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100101 01101011
Octal 101 45 153
Decimal 65 37 107
Hex 41 25 6B

RGB Percentages of Color #41256b

%31.10
%17.70
%51.20

CMYK Percentages of Color #41256b

%39
%65
%0
%58

Triadic Colors of #41256b

#41256b #6b4125 #256b41

Analogous Colors of #41256b

#41256b #64256b #252c6b

Monochromatic Colors of #41256b

#41256b

Complementary Color

#41256b #4f6b25

#41256b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41256b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41256b Color CSS Codes

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

#41256b Text Font Color

<p style="color:#41256b">Text here</p>

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


#41256b Background Color

<div style="background-color:#41256b">
Div content here</div>

This div background color is #41256b


#41256b Border Color

<div style="border:3px solid #41256b">
Div here</div>

This div border color is #41256b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,37,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41256b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41256b;
  -webkit-box-shadow: 1px 1px 3px 2px #41256b;
  box-shadow:         1px 1px 3px 2px #41256b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41256b


Comments

No comments written yet.

Please login to write comment.