Color Hex Logo

#3c197a Color Hex

#3C197A
(60,25,122)
0 Favorites   0 Comments

Color spaces of #3c197a

RGB 6025122
HSL0.730.660.29
HSV262°80°48°
CMYK 0.510.800.00   0.52
XYZ5.72403.061118.7015
Yxy3.06110.20820.1114
Hunter Lab17.496027.7802-51.1280
CIE-Lab20.287039.5761-48.6100

#3c197a color RGB value is (60,25,122).

#3c197a hex color red value is 60, green value is 25 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #3c197a hue: 0.73 , saturation: 0.66 and the lightness value of 3c197a is 0.29.

The process color (four color CMYK) of #3c197a color hex is 0.51, 0.80, 0.00, 0.52. Web safe color of #3c197a is #330066. Color #3c197a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00011001 01111010
Octal 74 31 172
Decimal 60 25 122
Hex 3C 19 7A

RGB Percentages of Color #3c197a

%28.99
%12.08
%58.94

CMYK Percentages of Color #3c197a

%51
%80
%0
%52

Triadic Colors of #3c197a

#3c197a #7a3c19 #197a3c

Analogous Colors of #3c197a

#3c197a #6d197a #19267a

Monochromatic Colors of #3c197a

#3c197a

Complementary Color

#3c197a #577a19

#3c197a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c197a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c197a Color CSS Codes

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

#3c197a Text Font Color

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

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


#3c197a Background Color

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

This div background color is #3c197a


#3c197a Border Color

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

This div border color is #3c197a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c197a


Comments

No comments written yet.

Please login to write comment.