Color Hex Logo

#3c129d Color Hex

#3C129D
(60,18,157)
0 Favorites   0 Comments

Color spaces of #3c129d

RGB 6018157
HSL0.720.790.34
HSV258°89°62°
CMYK 0.620.890.00   0.38
XYZ8.16563.827632.2067
Yxy3.82760.18470.0866
Hunter Lab19.564340.2637-83.9083
CIE-Lab23.093152.1195-65.8557

#3c129d color RGB value is (60,18,157).

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

The process color (four color CMYK) of #3c129d color hex is 0.62, 0.89, 0.00, 0.38. Web safe color of #3c129d is #330099. Color #3c129d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00010010 10011101
Octal 74 22 235
Decimal 60 18 157
Hex 3C 12 9D

RGB Percentages of Color #3c129d

%25.53
%7.66
%66.81

CMYK Percentages of Color #3c129d

%62
%89
%0
%38

Triadic Colors of #3c129d

#3c129d #9d3c12 #129d3c

Analogous Colors of #3c129d

#3c129d #82129d #122e9d

Monochromatic Colors of #3c129d

#3c129d

Complementary Color

#3c129d #739d12

#3c129d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c129d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c129d Color CSS Codes

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

#3c129d Text Font Color

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

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


#3c129d Background Color

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

This div background color is #3c129d


#3c129d Border Color

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

This div border color is #3c129d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,18,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c129d


Comments

No comments written yet.

Please login to write comment.