Color Hex Logo

#380c40 Color Hex

#380C40
(56,12,64)
0 Favorites   0 Comments

Color spaces of #380c40

RGB 561264
HSL0.810.680.15
HSV291°81°25°
CMYK 0.130.810.00   0.75
XYZ2.68781.47394.9933
Yxy1.47390.29360.1610
Hunter Lab12.140418.2728-15.8874
CIE-Lab12.441229.7402-22.5513

#380c40 color RGB value is (56,12,64).

#380c40 hex color red value is 56, green value is 12 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #380c40 hue: 0.81 , saturation: 0.68 and the lightness value of 380c40 is 0.15.

The process color (four color CMYK) of #380c40 color hex is 0.13, 0.81, 0.00, 0.75. Web safe color of #380c40 is #330033. Color #380c40 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001100 01000000
Octal 70 14 100
Decimal 56 12 64
Hex 38 C 40

RGB Percentages of Color #380c40

%42.42
%9.09
%48.48

CMYK Percentages of Color #380c40

%13
%81
%0
%75

Triadic Colors of #380c40

#380c40 #40380c #0c4038

Analogous Colors of #380c40

#380c40 #400c2e #1e0c40

Monochromatic Colors of #380c40

#380c40

Complementary Color

#380c40 #14400c

#380c40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380c40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380c40 Color CSS Codes

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

#380c40 Text Font Color

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

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


#380c40 Background Color

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

This div background color is #380c40


#380c40 Border Color

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

This div border color is #380c40


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,12,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #380c40; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #380c40;
  -webkit-box-shadow: 1px 1px 3px 2px #380c40;
  box-shadow:         1px 1px 3px 2px #380c40; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380c40

#380c40 Color Palettes


Comments

No comments written yet.

Please login to write comment.