Color Hex Logo

#381a6d Color Hex

#381A6D
(56,26,109)
0 Favorites   0 Comments

Color spaces of #381a6d

RGB 5626109
HSL0.730.610.26
HSV262°76°43°
CMYK 0.490.760.00   0.57
XYZ4.76062.683714.7351
Yxy2.68370.21460.1210
Hunter Lab16.382023.2035-41.8621
CIE-Lab18.729834.6106-42.8030

#381a6d color RGB value is (56,26,109).

#381a6d hex color red value is 56, green value is 26 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #381a6d hue: 0.73 , saturation: 0.61 and the lightness value of 381a6d is 0.26.

The process color (four color CMYK) of #381a6d color hex is 0.49, 0.76, 0.00, 0.57. Web safe color of #381a6d is #333366. Color #381a6d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011010 01101101
Octal 70 32 155
Decimal 56 26 109
Hex 38 1A 6D

RGB Percentages of Color #381a6d

%29.32
%13.61
%57.07

CMYK Percentages of Color #381a6d

%49
%76
%0
%57

Triadic Colors of #381a6d

#381a6d #6d381a #1a6d38

Analogous Colors of #381a6d

#381a6d #621a6d #1a256d

Monochromatic Colors of #381a6d

#381a6d

Complementary Color

#381a6d #4f6d1a

#381a6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381a6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#381a6d Color CSS Codes

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

#381a6d Text Font Color

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

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


#381a6d Background Color

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

This div background color is #381a6d


#381a6d Border Color

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

This div border color is #381a6d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,26,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #381a6d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #381a6d;
  -webkit-box-shadow: 1px 1px 3px 2px #381a6d;
  box-shadow:         1px 1px 3px 2px #381a6d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381a6d


Comments

No comments written yet.

Please login to write comment.