Color Hex Logo

#3b104c Color Hex

#3B104C
(59,16,76)
0 Favorites   0 Comments

Color spaces of #3b104c

RGB 591676
HSL0.790.650.18
HSV283°79°30°
CMYK 0.220.790.00   0.70
XYZ3.29341.82227.0156
Yxy1.82220.27150.1502
Hunter Lab13.498919.9266-21.3648
CIE-Lab14.525131.4331-27.5504

#3b104c color RGB value is (59,16,76).

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

The process color (four color CMYK) of #3b104c color hex is 0.22, 0.79, 0.00, 0.70. Web safe color of #3b104c is #330033. Color #3b104c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00010000 01001100
Octal 73 20 114
Decimal 59 16 76
Hex 3B 10 4C

RGB Percentages of Color #3b104c

%39.07
%10.60
%50.33

CMYK Percentages of Color #3b104c

%22
%79
%0
%70

Triadic Colors of #3b104c

#3b104c #4c3b10 #104c3b

Analogous Colors of #3b104c

#3b104c #4c103f #1d104c

Monochromatic Colors of #3b104c

#3b104c

Complementary Color

#3b104c #214c10

#3b104c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b104c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b104c Color CSS Codes

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

#3b104c Text Font Color

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

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


#3b104c Background Color

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

This div background color is #3b104c


#3b104c Border Color

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

This div border color is #3b104c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b104c


Comments

No comments written yet.

Please login to write comment.