Color Hex Logo

#3c139c Color Hex

#3C139C
(60,19,156)
0 Favorites   0 Comments

Color spaces of #3c139c

RGB 6019156
HSL0.720.780.34
HSV258°88°61°
CMYK 0.620.880.00   0.39
XYZ8.09713.826731.7644
Yxy3.82670.18530.0876
Hunter Lab19.562039.6515-82.5808
CIE-Lab23.090051.5140-65.2482

#3c139c color RGB value is (60,19,156).

#3c139c hex color red value is 60, green value is 19 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #3c139c hue: 0.72 , saturation: 0.78 and the lightness value of 3c139c is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 00010011 10011100
Octal 74 23 234
Decimal 60 19 156
Hex 3C 13 9C

RGB Percentages of Color #3c139c

%25.53
%8.09
%66.38

CMYK Percentages of Color #3c139c

%62
%88
%0
%39

Triadic Colors of #3c139c

#3c139c #9c3c13 #139c3c

Analogous Colors of #3c139c

#3c139c #81139c #132e9c

Monochromatic Colors of #3c139c

#3c139c

Complementary Color

#3c139c #739c13

#3c139c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c139c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c139c Color CSS Codes

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

#3c139c Text Font Color

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

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


#3c139c Background Color

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

This div background color is #3c139c


#3c139c Border Color

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

This div border color is #3c139c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,19,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 #3c139c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c139c


Comments

No comments written yet.

Please login to write comment.