Color Hex Logo

#3c2759 Color Hex

#3C2759
(60,39,89)
0 Favorites   0 Comments

Color spaces of #3c2759

RGB 603989
HSL0.740.390.25
HSV265°56°35°
CMYK 0.330.560.00   0.65
XYZ4.39223.13309.8244
Yxy3.13300.25320.1806
Hunter Lab17.700313.3180-20.5182
CIE-Lab20.568921.8013-26.6543

#3c2759 color RGB value is (60,39,89).

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

The process color (four color CMYK) of #3c2759 color hex is 0.33, 0.56, 0.00, 0.65. Web safe color of #3c2759 is #333366. Color #3c2759 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00100111 01011001
Octal 74 47 131
Decimal 60 39 89
Hex 3C 27 59

RGB Percentages of Color #3c2759

%31.91
%20.74
%47.34

CMYK Percentages of Color #3c2759

%33
%56
%0
%65

Triadic Colors of #3c2759

#3c2759 #593c27 #27593c

Analogous Colors of #3c2759

#3c2759 #552759 #272b59

Monochromatic Colors of #3c2759

#3c2759

Complementary Color

#3c2759 #445927

#3c2759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c2759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c2759 Color CSS Codes

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

#3c2759 Text Font Color

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

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


#3c2759 Background Color

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

This div background color is #3c2759


#3c2759 Border Color

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

This div border color is #3c2759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c2759


Comments

No comments written yet.

Please login to write comment.