Color Hex Logo

#381aab Color Hex

#381AAB
(56,26,171)
0 Favorites   0 Comments

Color spaces of #381aab

RGB 5626171
HSL0.700.740.39
HSV252°85°67°
CMYK 0.670.850.00   0.33
XYZ9.35104.519838.9076
Yxy4.51980.17720.0856
Hunter Lab21.259841.3074-93.6248
CIE-Lab25.320452.7165-70.6816

#381aab color RGB value is (56,26,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011010 10101011
Octal 70 32 253
Decimal 56 26 171
Hex 38 1A AB

RGB Percentages of Color #381aab

%22.13
%10.28
%67.59

CMYK Percentages of Color #381aab

%67
%85
%0
%33

Triadic Colors of #381aab

#381aab #ab381a #1aab38

Analogous Colors of #381aab

#381aab #811aab #1a45ab

Monochromatic Colors of #381aab

#381aab

Complementary Color

#381aab #8dab1a

#381aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#381aab Color CSS Codes

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

#381aab Text Font Color

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

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


#381aab Background Color

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

This div background color is #381aab


#381aab Border Color

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

This div border color is #381aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,26,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 #381aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381aab


Comments

No comments written yet.

Please login to write comment.