Color Hex Logo

#321b7d Color Hex

#321B7D
(50,27,125)
0 Favorites   0 Comments

Color spaces of #321b7d

RGB 5027125
HSL0.710.640.30
HSV254°78°49°
CMYK 0.600.780.00   0.51
XYZ5.40902.942619.6849
Yxy2.94260.19290.1050
Hunter Lab17.154026.2651-56.0298
CIE-Lab19.812537.9579-51.3434

#321b7d color RGB value is (50,27,125).

#321b7d hex color red value is 50, green value is 27 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #321b7d hue: 0.71 , saturation: 0.64 and the lightness value of 321b7d is 0.30.

The process color (four color CMYK) of #321b7d color hex is 0.60, 0.78, 0.00, 0.51. Web safe color of #321b7d is #333366. Color #321b7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011011 01111101
Octal 62 33 175
Decimal 50 27 125
Hex 32 1B 7D

RGB Percentages of Color #321b7d

%24.75
%13.37
%61.88

CMYK Percentages of Color #321b7d

%60
%78
%0
%51

Triadic Colors of #321b7d

#321b7d #7d321b #1b7d32

Analogous Colors of #321b7d

#321b7d #631b7d #1b357d

Monochromatic Colors of #321b7d

#321b7d

Complementary Color

#321b7d #667d1b

#321b7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321b7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#321b7d Color CSS Codes

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

#321b7d Text Font Color

<p style="color:#321b7d">Text here</p>

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


#321b7d Background Color

<div style="background-color:#321b7d">
Div content here</div>

This div background color is #321b7d


#321b7d Border Color

<div style="border:3px solid #321b7d">
Div here</div>

This div border color is #321b7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321b7d


Comments

No comments written yet.

Please login to write comment.