Color Hex Logo

#32757d Color Hex

#32757D
(50,117,125)
1 Favorites   0 Comments

Color spaces of #32757d

RGB 50117125
HSL0.520.430.34
HSV186°60°49°
CMYK 0.600.060.00   0.51
XYZ11.378414.881421.6747
Yxy14.88140.23740.3105
Hunter Lab38.5764-14.8588-6.3094
CIE-Lab45.4713-18.5379-10.7929

#32757d color RGB value is (50,117,125).

#32757d hex color red value is 50, green value is 117 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #32757d hue: 0.52 , saturation: 0.43 and the lightness value of 32757d is 0.34.

The process color (four color CMYK) of #32757d color hex is 0.60, 0.06, 0.00, 0.51. Web safe color of #32757d is #336666. Color #32757d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01110101 01111101
Octal 62 165 175
Decimal 50 117 125
Hex 32 75 7D

RGB Percentages of Color #32757d

%17.12
%40.07
%42.81

CMYK Percentages of Color #32757d

%60
%6
%0
%51

Triadic Colors of #32757d

#32757d #7d3275 #757d32

Analogous Colors of #32757d

#32757d #32507d #327d60

Monochromatic Colors of #32757d

#32757d

Complementary Color

#32757d #7d3a32

#32757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#32757d Color CSS Codes

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

#32757d Text Font Color

<p style="color:#32757d">Text here</p>

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


#32757d Background Color

<div style="background-color:#32757d">
Div content here</div>

This div background color is #32757d


#32757d Border Color

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

This div border color is #32757d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,117,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32757d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32757d;
  -webkit-box-shadow: 1px 1px 3px 2px #32757d;
  box-shadow:         1px 1px 3px 2px #32757d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32757d


Comments

No comments written yet.

Please login to write comment.