Color Hex Logo

#3b199c Color Hex

#3B199C
(59,25,156)
0 Favorites   0 Comments

Color spaces of #3b199c

RGB 5925156
HSL0.710.720.35
HSV256°84°61°
CMYK 0.620.840.00   0.39
XYZ8.15204.025431.7998
Yxy4.02540.18540.0915
Hunter Lab20.063437.4157-79.9282
CIE-Lab23.755249.1429-64.1505

#3b199c color RGB value is (59,25,156).

#3b199c hex color red value is 59, green value is 25 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #3b199c hue: 0.71 , saturation: 0.72 and the lightness value of 3b199c is 0.35.

The process color (four color CMYK) of #3b199c color hex is 0.62, 0.84, 0.00, 0.39. Web safe color of #3b199c is #330099. Color #3b199c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00011001 10011100
Octal 73 31 234
Decimal 59 25 156
Hex 3B 19 9C

RGB Percentages of Color #3b199c

%24.58
%10.42
%65.00

CMYK Percentages of Color #3b199c

%62
%84
%0
%39

Triadic Colors of #3b199c

#3b199c #9c3b19 #199c3b

Analogous Colors of #3b199c

#3b199c #7d199c #19389c

Monochromatic Colors of #3b199c

#3b199c

Complementary Color

#3b199c #7a9c19

#3b199c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b199c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b199c Color CSS Codes

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

#3b199c Text Font Color

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

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


#3b199c Background Color

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

This div background color is #3b199c


#3b199c Border Color

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

This div border color is #3b199c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b199c


Comments

No comments written yet.

Please login to write comment.