Color Hex Logo

#3b395c Color Hex

#3B395C
(59,57,92)
1 Favorites   0 Comments

Color spaces of #3b395c

RGB 595792
HSL0.680.230.29
HSV243°38°36°
CMYK 0.360.380.00   0.64
XYZ5.19854.628810.7447
Yxy4.62880.25270.2250
Hunter Lab21.51465.4796-14.5500
CIE-Lab25.649910.2688-20.6117

#3b395c color RGB value is (59,57,92).

#3b395c hex color red value is 59, green value is 57 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #3b395c hue: 0.68 , saturation: 0.23 and the lightness value of 3b395c is 0.29.

The process color (four color CMYK) of #3b395c color hex is 0.36, 0.38, 0.00, 0.64. Web safe color of #3b395c is #333366. Color #3b395c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00111001 01011100
Octal 73 71 134
Decimal 59 57 92
Hex 3B 39 5C

RGB Percentages of Color #3b395c

%28.37
%27.40
%44.23

CMYK Percentages of Color #3b395c

%36
%38
%0
%64

Triadic Colors of #3b395c

#3b395c #5c3b39 #395c3b

Analogous Colors of #3b395c

#3b395c #4d395c #39495c

Monochromatic Colors of #3b395c

#3b395c

Complementary Color

#3b395c #5a5c39

#3b395c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b395c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b395c Color CSS Codes

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

#3b395c Text Font Color

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

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


#3b395c Background Color

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

This div background color is #3b395c


#3b395c Border Color

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

This div border color is #3b395c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,57,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b395c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b395c;
  -webkit-box-shadow: 1px 1px 3px 2px #3b395c;
  box-shadow:         1px 1px 3px 2px #3b395c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,57,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b395c

#3b395c Color Palettes


Comments

No comments written yet.

Please login to write comment.