Color Hex Logo

#381c7e Color Hex

#381C7E
(56,28,126)
0 Favorites   0 Comments

Color spaces of #381c7e

RGB 5628126
HSL0.710.640.30
HSV257°78°49°
CMYK 0.560.780.00   0.51
XYZ5.81203.177620.0457
Yxy3.17760.20020.1094
Hunter Lab17.825827.0036-54.1954
CIE-Lab20.741638.6158-50.4284

#381c7e color RGB value is (56,28,126).

#381c7e hex color red value is 56, green value is 28 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #381c7e hue: 0.71 , saturation: 0.64 and the lightness value of 381c7e is 0.30.

The process color (four color CMYK) of #381c7e color hex is 0.56, 0.78, 0.00, 0.51. Web safe color of #381c7e is #333366. Color #381c7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011100 01111110
Octal 70 34 176
Decimal 56 28 126
Hex 38 1C 7E

RGB Percentages of Color #381c7e

%26.67
%13.33
%60.00

CMYK Percentages of Color #381c7e

%56
%78
%0
%51

Triadic Colors of #381c7e

#381c7e #7e381c #1c7e38

Analogous Colors of #381c7e

#381c7e #691c7e #1c317e

Monochromatic Colors of #381c7e

#381c7e

Complementary Color

#381c7e #627e1c

#381c7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381c7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#381c7e Color CSS Codes

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

#381c7e Text Font Color

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

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


#381c7e Background Color

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

This div background color is #381c7e


#381c7e Border Color

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

This div border color is #381c7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381c7e


Comments

No comments written yet.

Please login to write comment.