Color Hex Logo

#3c006a Color Hex

#3C006A
(60,0,106)
0 Favorites   0 Comments

Color spaces of #3c006a

RGB 600106
HSL0.761.000.21
HSV274°100°42°
CMYK 0.431.000.00   0.58
XYZ4.46502.001313.7866
Yxy2.00130.22050.0988
Hunter Lab14.146731.5815-47.8780
CIE-Lab15.494144.6613-46.1296

#3c006a color RGB value is (60,0,106).

#3c006a hex color red value is 60, green value is 0 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #3c006a hue: 0.76 , saturation: 1.00 and the lightness value of 3c006a is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 00000000 01101010
Octal 74 0 152
Decimal 60 0 106
Hex 3C 0 6A

RGB Percentages of Color #3c006a

%36.14
%0.00
%63.86

CMYK Percentages of Color #3c006a

%43
%100
%0
%58

Triadic Colors of #3c006a

#3c006a #6a3c00 #006a3c

Analogous Colors of #3c006a

#3c006a #6a0063 #07006a

Monochromatic Colors of #3c006a

#3c006a

Complementary Color

#3c006a #2e6a00

#3c006a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c006a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c006a Color CSS Codes

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

#3c006a Text Font Color

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

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


#3c006a Background Color

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

This div background color is #3c006a


#3c006a Border Color

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

This div border color is #3c006a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c006a


Comments

No comments written yet.

Please login to write comment.