Color Hex Logo

#381463 Color Hex

#381463
(56,20,99)
0 Favorites   0 Comments

Color spaces of #381463

RGB 562099
HSL0.740.660.23
HSV267°80°39°
CMYK 0.430.800.00   0.61
XYZ4.13322.241912.0193
Yxy2.24190.22470.1219
Hunter Lab14.973023.0711-37.1130
CIE-Lab16.708734.8414-39.5464

#381463 color RGB value is (56,20,99).

#381463 hex color red value is 56, green value is 20 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #381463 hue: 0.74 , saturation: 0.66 and the lightness value of 381463 is 0.23.

The process color (four color CMYK) of #381463 color hex is 0.43, 0.80, 0.00, 0.61. Web safe color of #381463 is #330066. Color #381463 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010100 01100011
Octal 70 24 143
Decimal 56 20 99
Hex 38 14 63

RGB Percentages of Color #381463

%32.00
%11.43
%56.57

CMYK Percentages of Color #381463

%43
%80
%0
%61

Triadic Colors of #381463

#381463 #633814 #146338

Analogous Colors of #381463

#381463 #601463 #141763

Monochromatic Colors of #381463

#381463

Complementary Color

#381463 #3f6314

#381463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381463 Color CSS Codes

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

#381463 Text Font Color

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

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


#381463 Background Color

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

This div background color is #381463


#381463 Border Color

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

This div border color is #381463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381463


Comments

No comments written yet.

Please login to write comment.