Color Hex Logo

#381673 Color Hex

#381673
(56,22,115)
0 Favorites   0 Comments

Color spaces of #381673

RGB 5622115
HSL0.730.680.27
HSV262°81°45°
CMYK 0.510.810.00   0.55
XYZ5.01232.652416.4674
Yxy2.65240.20770.1099
Hunter Lab16.286226.4350-48.5494
CIE-Lab18.594338.3874-46.9124

#381673 color RGB value is (56,22,115).

#381673 hex color red value is 56, green value is 22 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #381673 hue: 0.73 , saturation: 0.68 and the lightness value of 381673 is 0.27.

The process color (four color CMYK) of #381673 color hex is 0.51, 0.81, 0.00, 0.55. Web safe color of #381673 is #330066. Color #381673 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010110 01110011
Octal 70 26 163
Decimal 56 22 115
Hex 38 16 73

RGB Percentages of Color #381673

%29.02
%11.40
%59.59

CMYK Percentages of Color #381673

%51
%81
%0
%55

Triadic Colors of #381673

#381673 #733816 #167338

Analogous Colors of #381673

#381673 #671673 #162373

Monochromatic Colors of #381673

#381673

Complementary Color

#381673 #517316

#381673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381673 Color CSS Codes

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

#381673 Text Font Color

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

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


#381673 Background Color

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

This div background color is #381673


#381673 Border Color

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

This div border color is #381673


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,22,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #381673; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #381673;
  -webkit-box-shadow: 1px 1px 3px 2px #381673;
  box-shadow:         1px 1px 3px 2px #381673; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,22,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381673


Comments

No comments written yet.

Please login to write comment.