Color Hex Logo

#381aac Color Hex

#381AAC
(56,26,172)
0 Favorites   0 Comments

Color spaces of #381aac

RGB 5626172
HSL0.700.740.39
HSV252°85°67°
CMYK 0.670.850.00   0.33
XYZ9.44674.558139.4116
Yxy4.55810.17690.0853
Hunter Lab21.349741.6197-94.5047
CIE-Lab25.436852.9996-71.0911

#381aac color RGB value is (56,26,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011010 10101100
Octal 70 32 254
Decimal 56 26 172
Hex 38 1A AC

RGB Percentages of Color #381aac

%22.05
%10.24
%67.72

CMYK Percentages of Color #381aac

%67
%85
%0
%33

Triadic Colors of #381aac

#381aac #ac381a #1aac38

Analogous Colors of #381aac

#381aac #811aac #1a45ac

Monochromatic Colors of #381aac

#381aac

Complementary Color

#381aac #8eac1a

#381aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#381aac Color CSS Codes

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

#381aac Text Font Color

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

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


#381aac Background Color

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

This div background color is #381aac


#381aac Border Color

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

This div border color is #381aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381aac


Comments

No comments written yet.

Please login to write comment.