Color Hex Logo

#32257b Color Hex

#32257B
(50,37,123)
0 Favorites   0 Comments

Color spaces of #32257b

RGB 5037123
HSL0.690.540.31
HSV249°70°48°
CMYK 0.590.700.00   0.52
XYZ5.55213.431319.1086
Yxy3.43130.19760.1221
Hunter Lab18.523821.0849-48.1953
CIE-Lab21.694531.5274-46.9842

#32257b color RGB value is (50,37,123).

#32257b hex color red value is 50, green value is 37 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #32257b hue: 0.69 , saturation: 0.54 and the lightness value of 32257b is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00100101 01111011
Octal 62 45 173
Decimal 50 37 123
Hex 32 25 7B

RGB Percentages of Color #32257b

%23.81
%17.62
%58.57

CMYK Percentages of Color #32257b

%59
%70
%0
%52

Triadic Colors of #32257b

#32257b #7b3225 #257b32

Analogous Colors of #32257b

#32257b #5d257b #25437b

Monochromatic Colors of #32257b

#32257b

Complementary Color

#32257b #6e7b25

#32257b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32257b Color Preview on White Background

Lorem ipsum dolor sit amet.

#32257b Color CSS Codes

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

#32257b Text Font Color

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

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


#32257b Background Color

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

This div background color is #32257b


#32257b Border Color

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

This div border color is #32257b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,37,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 #32257b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32257b


Comments

No comments written yet.

Please login to write comment.