Color Hex Logo

#321267 Color Hex

#321267
(50,18,103)
0 Favorites   0 Comments

Color spaces of #321267

RGB 5018103
HSL0.730.700.24
HSV263°83°40°
CMYK 0.510.830.00   0.60
XYZ3.97992.090013.0256
Yxy2.09000.20840.1094
Hunter Lab14.456823.8408-43.3005
CIE-Lab15.952635.8990-43.4560

#321267 color RGB value is (50,18,103).

#321267 hex color red value is 50, green value is 18 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #321267 hue: 0.73 , saturation: 0.70 and the lightness value of 321267 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010010 01100111
Octal 62 22 147
Decimal 50 18 103
Hex 32 12 67

RGB Percentages of Color #321267

%29.24
%10.53
%60.23

CMYK Percentages of Color #321267

%51
%83
%0
%60

Triadic Colors of #321267

#321267 #673212 #126732

Analogous Colors of #321267

#321267 #5d1267 #121d67

Monochromatic Colors of #321267

#321267

Complementary Color

#321267 #476712

#321267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321267 Color CSS Codes

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

#321267 Text Font Color

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

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


#321267 Background Color

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

This div background color is #321267


#321267 Border Color

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

This div border color is #321267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321267


Comments

No comments written yet.

Please login to write comment.