Color Hex Logo

#381ac4 Color Hex

#381AC4
(56,26,196)
0 Favorites   0 Comments

Color spaces of #381ac4

RGB 5626196
HSL0.700.770.44
HSV251°87°77°
CMYK 0.710.870.00   0.23
XYZ11.96415.565152.6681
Yxy5.56510.17040.0793
Hunter Lab23.590549.2444-115.8576
CIE-Lab28.287659.6875-80.6395

#381ac4 color RGB value is (56,26,196).

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

The process color (four color CMYK) of #381ac4 color hex is 0.71, 0.87, 0.00, 0.23. Web safe color of #381ac4 is #3333cc. Color #381ac4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011010 11000100
Octal 70 32 304
Decimal 56 26 196
Hex 38 1A C4

RGB Percentages of Color #381ac4

%20.14
%9.35
%70.50

CMYK Percentages of Color #381ac4

%71
%87
%0
%23

Triadic Colors of #381ac4

#381ac4 #c4381a #1ac438

Analogous Colors of #381ac4

#381ac4 #8d1ac4 #1a51c4

Monochromatic Colors of #381ac4

#381ac4

Complementary Color

#381ac4 #a6c41a

#381ac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381ac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381ac4 Color CSS Codes

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

#381ac4 Text Font Color

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

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


#381ac4 Background Color

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

This div background color is #381ac4


#381ac4 Border Color

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

This div border color is #381ac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381ac4


Comments

No comments written yet.

Please login to write comment.