Color Hex Logo

#3b2f63 Color Hex

#3B2F63
(59,47,99)
0 Favorites   0 Comments

Color spaces of #3b2f63

RGB 594799
HSL0.710.360.29
HSV254°53°39°
CMYK 0.400.530.00   0.61
XYZ5.07233.863712.2828
Yxy3.86370.23900.1821
Hunter Lab19.656311.6633-23.2896
CIE-Lab23.215619.2130-29.0236

#3b2f63 color RGB value is (59,47,99).

#3b2f63 hex color red value is 59, green value is 47 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #3b2f63 hue: 0.71 , saturation: 0.36 and the lightness value of 3b2f63 is 0.29.

The process color (four color CMYK) of #3b2f63 color hex is 0.40, 0.53, 0.00, 0.61. Web safe color of #3b2f63 is #333366. Color #3b2f63 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00101111 01100011
Octal 73 57 143
Decimal 59 47 99
Hex 3B 2F 63

RGB Percentages of Color #3b2f63

%28.78
%22.93
%48.29

CMYK Percentages of Color #3b2f63

%40
%53
%0
%61

Triadic Colors of #3b2f63

#3b2f63 #633b2f #2f633b

Analogous Colors of #3b2f63

#3b2f63 #552f63 #2f3d63

Monochromatic Colors of #3b2f63

#3b2f63

Complementary Color

#3b2f63 #57632f

#3b2f63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b2f63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b2f63 Color CSS Codes

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

#3b2f63 Text Font Color

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

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


#3b2f63 Background Color

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

This div background color is #3b2f63


#3b2f63 Border Color

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

This div border color is #3b2f63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b2f63


Comments

No comments written yet.

Please login to write comment.