Color Hex Logo

#32709b Color Hex

#32709B
(50,112,155)
0 Favorites   0 Comments

Color spaces of #32709b

RGB 50112155
HSL0.570.510.40
HSV205°68°61°
CMYK 0.680.280.00   0.39
XYZ13.026014.633033.1483
Yxy14.63300.21420.2406
Hunter Lab38.2531-6.1599-24.6007
CIE-Lab45.1274-5.6932-29.1518

#32709b color RGB value is (50,112,155).

#32709b hex color red value is 50, green value is 112 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #32709b hue: 0.57 , saturation: 0.51 and the lightness value of 32709b is 0.40.

The process color (four color CMYK) of #32709b color hex is 0.68, 0.28, 0.00, 0.39. Web safe color of #32709b is #336699. Color #32709b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01110000 10011011
Octal 62 160 233
Decimal 50 112 155
Hex 32 70 9B

RGB Percentages of Color #32709b

%15.77
%35.33
%48.90

CMYK Percentages of Color #32709b

%68
%28
%0
%39

Triadic Colors of #32709b

#32709b #9b3270 #709b32

Analogous Colors of #32709b

#32709b #323b9b #329b92

Monochromatic Colors of #32709b

#32709b

Complementary Color

#32709b #9b5d32

#32709b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32709b Color Preview on White Background

Lorem ipsum dolor sit amet.

#32709b Color CSS Codes

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

#32709b Text Font Color

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

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


#32709b Background Color

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

This div background color is #32709b


#32709b Border Color

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

This div border color is #32709b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32709b


Comments

No comments written yet.

Please login to write comment.