Color Hex Logo

#3c355f Color Hex

#3C355F
(60,53,95)
0 Favorites   0 Comments

Color spaces of #3c355f

RGB 605395
HSL0.690.280.29
HSV250°44°37°
CMYK 0.370.440.00   0.63
XYZ5.20214.333111.3887
Yxy4.33310.24860.2071
Hunter Lab20.81618.1803-17.8669
CIE-Lab24.743414.2199-23.9854

#3c355f color RGB value is (60,53,95).

#3c355f hex color red value is 60, green value is 53 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #3c355f hue: 0.69 , saturation: 0.28 and the lightness value of 3c355f is 0.29.

The process color (four color CMYK) of #3c355f color hex is 0.37, 0.44, 0.00, 0.63. Web safe color of #3c355f is #333366. Color #3c355f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00110101 01011111
Octal 74 65 137
Decimal 60 53 95
Hex 3C 35 5F

RGB Percentages of Color #3c355f

%28.85
%25.48
%45.67

CMYK Percentages of Color #3c355f

%37
%44
%0
%63

Triadic Colors of #3c355f

#3c355f #5f3c35 #355f3c

Analogous Colors of #3c355f

#3c355f #51355f #35435f

Monochromatic Colors of #3c355f

#3c355f

Complementary Color

#3c355f #585f35

#3c355f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c355f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c355f Color CSS Codes

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

#3c355f Text Font Color

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

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


#3c355f Background Color

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

This div background color is #3c355f


#3c355f Border Color

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

This div border color is #3c355f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c355f


Comments

No comments written yet.

Please login to write comment.