Color Hex Logo

#381ba5 Color Hex

#381BA5
(56,27,165)
0 Favorites   0 Comments

Color spaces of #381ba5

RGB 5627165
HSL0.700.720.38
HSV253°84°65°
CMYK 0.660.840.00   0.35
XYZ8.81444.341235.9707
Yxy4.34120.17940.0884
Hunter Lab20.835539.0516-87.7740
CIE-Lab24.768850.5916-67.9678

#381ba5 color RGB value is (56,27,165).

#381ba5 hex color red value is 56, green value is 27 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #381ba5 hue: 0.70 , saturation: 0.72 and the lightness value of 381ba5 is 0.38.

The process color (four color CMYK) of #381ba5 color hex is 0.66, 0.84, 0.00, 0.35. Web safe color of #381ba5 is #333399. Color #381ba5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011011 10100101
Octal 70 33 245
Decimal 56 27 165
Hex 38 1B A5

RGB Percentages of Color #381ba5

%22.58
%10.89
%66.53

CMYK Percentages of Color #381ba5

%66
%84
%0
%35

Triadic Colors of #381ba5

#381ba5 #a5381b #1ba538

Analogous Colors of #381ba5

#381ba5 #7d1ba5 #1b43a5

Monochromatic Colors of #381ba5

#381ba5

Complementary Color

#381ba5 #88a51b

#381ba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381ba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381ba5 Color CSS Codes

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

#381ba5 Text Font Color

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

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


#381ba5 Background Color

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

This div background color is #381ba5


#381ba5 Border Color

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

This div border color is #381ba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381ba5


Comments

No comments written yet.

Please login to write comment.