Color Hex Logo

#3c2974 Color Hex

#3C2974
(60,41,116)
0 Favorites   0 Comments

Color spaces of #3c2974

RGB 6041116
HSL0.710.480.31
HSV255°65°45°
CMYK 0.480.650.00   0.55
XYZ5.80883.807516.9518
Yxy3.80750.21860.1433
Hunter Lab19.512818.9905-37.8493
CIE-Lab23.024628.7392-40.3088

#3c2974 color RGB value is (60,41,116).

#3c2974 hex color red value is 60, green value is 41 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #3c2974 hue: 0.71 , saturation: 0.48 and the lightness value of 3c2974 is 0.31.

The process color (four color CMYK) of #3c2974 color hex is 0.48, 0.65, 0.00, 0.55. Web safe color of #3c2974 is #333366. Color #3c2974 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00101001 01110100
Octal 74 51 164
Decimal 60 41 116
Hex 3C 29 74

RGB Percentages of Color #3c2974

%27.65
%18.89
%53.46

CMYK Percentages of Color #3c2974

%48
%65
%0
%55

Triadic Colors of #3c2974

#3c2974 #743c29 #29743c

Analogous Colors of #3c2974

#3c2974 #612974 #293c74

Monochromatic Colors of #3c2974

#3c2974

Complementary Color

#3c2974 #617429

#3c2974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c2974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c2974 Color CSS Codes

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

#3c2974 Text Font Color

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

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


#3c2974 Background Color

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

This div background color is #3c2974


#3c2974 Border Color

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

This div border color is #3c2974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c2974


Comments

No comments written yet.

Please login to write comment.