Color Hex Logo

#321742 Color Hex

#321742
(50,23,66)
0 Favorites   0 Comments

Color spaces of #321742

RGB 502366
HSL0.770.480.17
HSV278°65°26°
CMYK 0.240.650.00   0.74
XYZ2.60521.68425.3420
Yxy1.68420.27050.1749
Hunter Lab12.977713.1220-15.3212
CIE-Lab13.734222.5902-21.9511

#321742 color RGB value is (50,23,66).

#321742 hex color red value is 50, green value is 23 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #321742 hue: 0.77 , saturation: 0.48 and the lightness value of 321742 is 0.17.

The process color (four color CMYK) of #321742 color hex is 0.24, 0.65, 0.00, 0.74. Web safe color of #321742 is #330033. Color #321742 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010111 01000010
Octal 62 27 102
Decimal 50 23 66
Hex 32 17 42

RGB Percentages of Color #321742

%35.97
%16.55
%47.48

CMYK Percentages of Color #321742

%24
%65
%0
%74

Triadic Colors of #321742

#321742 #423217 #174232

Analogous Colors of #321742

#321742 #42173d #1d1742

Monochromatic Colors of #321742

#321742

Complementary Color

#321742 #274217

#321742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321742 Color CSS Codes

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

#321742 Text Font Color

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

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


#321742 Background Color

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

This div background color is #321742


#321742 Border Color

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

This div border color is #321742


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,23,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #321742; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #321742;
  -webkit-box-shadow: 1px 1px 3px 2px #321742;
  box-shadow:         1px 1px 3px 2px #321742; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321742


Comments

No comments written yet.

Please login to write comment.