Color Hex Logo

#381fab Color Hex

#381FAB
(56,31,171)
0 Favorites   0 Comments

Color spaces of #381fab

RGB 5631171
HSL0.700.690.40
HSV251°82°67°
CMYK 0.670.820.00   0.33
XYZ9.47164.761038.9478
Yxy4.76100.17810.0895
Hunter Lab21.819739.2996-90.5578
CIE-Lab26.042750.5911-69.4851

#381fab color RGB value is (56,31,171).

#381fab hex color red value is 56, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #381fab hue: 0.70 , saturation: 0.69 and the lightness value of 381fab is 0.40.

The process color (four color CMYK) of #381fab color hex is 0.67, 0.82, 0.00, 0.33. Web safe color of #381fab is #333399. Color #381fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011111 10101011
Octal 70 37 253
Decimal 56 31 171
Hex 38 1F AB

RGB Percentages of Color #381fab

%21.71
%12.02
%66.28

CMYK Percentages of Color #381fab

%67
%82
%0
%33

Triadic Colors of #381fab

#381fab #ab381f #1fab38

Analogous Colors of #381fab

#381fab #7e1fab #1f4cab

Monochromatic Colors of #381fab

#381fab

Complementary Color

#381fab #92ab1f

#381fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#381fab Color CSS Codes

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

#381fab Text Font Color

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

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


#381fab Background Color

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

This div background color is #381fab


#381fab Border Color

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

This div border color is #381fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381fab


Comments

No comments written yet.

Please login to write comment.