Color Hex Logo

#32387b Color Hex

#32387B
(50,56,123)
0 Favorites   0 Comments

Color spaces of #32387b

RGB 5056123
HSL0.650.420.34
HSV235°59°48°
CMYK 0.590.540.00   0.52
XYZ6.30474.936519.3594
Yxy4.93650.20600.1613
Hunter Lab22.218211.7697-36.1083
CIE-Lab26.553118.9822-39.0950

#32387b color RGB value is (50,56,123).

#32387b hex color red value is 50, green value is 56 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #32387b hue: 0.65 , saturation: 0.42 and the lightness value of 32387b is 0.34.

The process color (four color CMYK) of #32387b color hex is 0.59, 0.54, 0.00, 0.52. Web safe color of #32387b is #333366. Color #32387b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111000 01111011
Octal 62 70 173
Decimal 50 56 123
Hex 32 38 7B

RGB Percentages of Color #32387b

%21.83
%24.45
%53.71

CMYK Percentages of Color #32387b

%59
%54
%0
%52

Triadic Colors of #32387b

#32387b #7b3238 #387b32

Analogous Colors of #32387b

#32387b #51327b #325c7b

Monochromatic Colors of #32387b

#32387b

Complementary Color

#32387b #7b7532

#32387b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32387b Color Preview on White Background

Lorem ipsum dolor sit amet.

#32387b Color CSS Codes

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

#32387b Text Font Color

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

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


#32387b Background Color

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

This div background color is #32387b


#32387b Border Color

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

This div border color is #32387b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32387b


Comments

No comments written yet.

Please login to write comment.