Color Hex Logo

#381879 Color Hex

#381879
(56,24,121)
0 Favorites   0 Comments

Color spaces of #381879

RGB 5624121
HSL0.720.670.28
HSV260°80°47°
CMYK 0.540.800.00   0.53
XYZ5.40872.874518.3589
Yxy2.87450.20300.1079
Hunter Lab16.954427.2741-52.3337
CIE-Lab19.534139.1544-49.2249

#381879 color RGB value is (56,24,121).

#381879 hex color red value is 56, green value is 24 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #381879 hue: 0.72 , saturation: 0.67 and the lightness value of 381879 is 0.28.

The process color (four color CMYK) of #381879 color hex is 0.54, 0.80, 0.00, 0.53. Web safe color of #381879 is #330066. Color #381879 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011000 01111001
Octal 70 30 171
Decimal 56 24 121
Hex 38 18 79

RGB Percentages of Color #381879

%27.86
%11.94
%60.20

CMYK Percentages of Color #381879

%54
%80
%0
%53

Triadic Colors of #381879

#381879 #793818 #187938

Analogous Colors of #381879

#381879 #691879 #182979

Monochromatic Colors of #381879

#381879

Complementary Color

#381879 #597918

#381879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381879 Color CSS Codes

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

#381879 Text Font Color

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

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


#381879 Background Color

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

This div background color is #381879


#381879 Border Color

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

This div border color is #381879


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,24,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #381879; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #381879;
  -webkit-box-shadow: 1px 1px 3px 2px #381879;
  box-shadow:         1px 1px 3px 2px #381879; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381879


Comments

No comments written yet.

Please login to write comment.