Color Hex Logo

#321766 Color Hex

#321766
(50,23,102)
0 Favorites   0 Comments

Color spaces of #321766

RGB 5023102
HSL0.720.630.25
HSV261°77°40°
CMYK 0.510.770.00   0.60
XYZ4.02012.250212.7928
Yxy2.25020.21090.1180
Hunter Lab15.000721.5859-40.0630
CIE-Lab16.749033.0490-41.4923

#321766 color RGB value is (50,23,102).

#321766 hex color red value is 50, green value is 23 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #321766 hue: 0.72 , saturation: 0.63 and the lightness value of 321766 is 0.25.

The process color (four color CMYK) of #321766 color hex is 0.51, 0.77, 0.00, 0.60. Web safe color of #321766 is #330066. Color #321766 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010111 01100110
Octal 62 27 146
Decimal 50 23 102
Hex 32 17 66

RGB Percentages of Color #321766

%28.57
%13.14
%58.29

CMYK Percentages of Color #321766

%51
%77
%0
%60

Triadic Colors of #321766

#321766 #663217 #176632

Analogous Colors of #321766

#321766 #5a1766 #172366

Monochromatic Colors of #321766

#321766

Complementary Color

#321766 #4b6617

#321766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321766 Color CSS Codes

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

#321766 Text Font Color

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

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


#321766 Background Color

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

This div background color is #321766


#321766 Border Color

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

This div border color is #321766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321766


Comments

No comments written yet.

Please login to write comment.