Color Hex Logo

#3b114a Color Hex

#3B114A
(59,17,74)
0 Favorites   0 Comments

Color spaces of #3b114a

RGB 591774
HSL0.790.630.18
HSV284°77°29°
CMYK 0.200.770.00   0.71
XYZ3.24011.82516.6601
Yxy1.82510.27630.1557
Hunter Lab13.509619.1690-19.7726
CIE-Lab14.541330.4792-26.1446

#3b114a color RGB value is (59,17,74).

#3b114a hex color red value is 59, green value is 17 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #3b114a hue: 0.79 , saturation: 0.63 and the lightness value of 3b114a is 0.18.

The process color (four color CMYK) of #3b114a color hex is 0.20, 0.77, 0.00, 0.71. Web safe color of #3b114a is #330033. Color #3b114a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00010001 01001010
Octal 73 21 112
Decimal 59 17 74
Hex 3B 11 4A

RGB Percentages of Color #3b114a

%39.33
%11.33
%49.33

CMYK Percentages of Color #3b114a

%20
%77
%0
%71

Triadic Colors of #3b114a

#3b114a #4a3b11 #114a3b

Analogous Colors of #3b114a

#3b114a #4a113d #1e114a

Monochromatic Colors of #3b114a

#3b114a

Complementary Color

#3b114a #204a11

#3b114a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b114a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b114a Color CSS Codes

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

#3b114a Text Font Color

<p style="color:#3b114a">Text here</p>

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


#3b114a Background Color

<div style="background-color:#3b114a">
Div content here</div>

This div background color is #3b114a


#3b114a Border Color

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

This div border color is #3b114a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,17,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b114a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b114a;
  -webkit-box-shadow: 1px 1px 3px 2px #3b114a;
  box-shadow:         1px 1px 3px 2px #3b114a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,17,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b114a


Comments

No comments written yet.

Please login to write comment.