Color Hex Logo

#3c176a Color Hex

#3C176A
(60,23,106)
0 Favorites   0 Comments

Color spaces of #3c176a

RGB 6023106
HSL0.740.640.25
HSV267°78°42°
CMYK 0.430.780.00   0.58
XYZ4.77142.614113.8888
Yxy2.61410.22430.1229
Hunter Lab16.168224.3829-39.6136
CIE-Lab18.427036.0553-41.3205

#3c176a color RGB value is (60,23,106).

#3c176a hex color red value is 60, green value is 23 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #3c176a hue: 0.74 , saturation: 0.64 and the lightness value of 3c176a is 0.25.

The process color (four color CMYK) of #3c176a color hex is 0.43, 0.78, 0.00, 0.58. Web safe color of #3c176a is #330066. Color #3c176a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00010111 01101010
Octal 74 27 152
Decimal 60 23 106
Hex 3C 17 6A

RGB Percentages of Color #3c176a

%31.75
%12.17
%56.08

CMYK Percentages of Color #3c176a

%43
%78
%0
%58

Triadic Colors of #3c176a

#3c176a #6a3c17 #176a3c

Analogous Colors of #3c176a

#3c176a #66176a #171c6a

Monochromatic Colors of #3c176a

#3c176a

Complementary Color

#3c176a #456a17

#3c176a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c176a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c176a Color CSS Codes

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

#3c176a Text Font Color

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

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


#3c176a Background Color

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

This div background color is #3c176a


#3c176a Border Color

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

This div border color is #3c176a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c176a


Comments

No comments written yet.

Please login to write comment.