Color Hex Logo

#32536b Color Hex

#32536B
(50,83,107)
0 Favorites   0 Comments

Color spaces of #32536b

RGB 5083107
HSL0.570.360.31
HSV205°53°42°
CMYK 0.530.220.00   0.58
XYZ7.06257.926215.0676
Yxy7.92620.23500.2637
Hunter Lab28.1535-4.4907-12.0242
CIE-Lab33.8287-4.5738-17.5370

#32536b color RGB value is (50,83,107).

#32536b hex color red value is 50, green value is 83 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #32536b hue: 0.57 , saturation: 0.36 and the lightness value of 32536b is 0.31.

The process color (four color CMYK) of #32536b color hex is 0.53, 0.22, 0.00, 0.58. Web safe color of #32536b is #336666. Color #32536b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010011 01101011
Octal 62 123 153
Decimal 50 83 107
Hex 32 53 6B

RGB Percentages of Color #32536b

%20.83
%34.58
%44.58

CMYK Percentages of Color #32536b

%53
%22
%0
%58

Triadic Colors of #32536b

#32536b #6b3253 #536b32

Analogous Colors of #32536b

#32536b #32376b #326b67

Monochromatic Colors of #32536b

#32536b

Complementary Color

#32536b #6b4a32

#32536b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32536b Color Preview on White Background

Lorem ipsum dolor sit amet.

#32536b Color CSS Codes

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

#32536b Text Font Color

<p style="color:#32536b">Text here</p>

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


#32536b Background Color

<div style="background-color:#32536b">
Div content here</div>

This div background color is #32536b


#32536b Border Color

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

This div border color is #32536b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,83,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32536b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32536b;
  -webkit-box-shadow: 1px 1px 3px 2px #32536b;
  box-shadow:         1px 1px 3px 2px #32536b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,83,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32536b


Comments

No comments written yet.

Please login to write comment.