Color Hex Logo

#380736 Color Hex

#380736
(56,7,54)
0 Favorites   0 Comments

Color spaces of #380736

RGB 56754
HSL0.840.780.12
HSV302°88°22°
CMYK 0.000.880.04   0.78
XYZ2.37271.25913.6080
Yxy1.25910.32770.1739
Hunter Lab11.221018.1076-11.2095
CIE-Lab10.986429.8090-17.7108

#380736 color RGB value is (56,7,54).

#380736 hex color red value is 56, green value is 7 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #380736 hue: 0.84 , saturation: 0.78 and the lightness value of 380736 is 0.12.

The process color (four color CMYK) of #380736 color hex is 0.00, 0.88, 0.04, 0.78. Web safe color of #380736 is #330033. Color #380736 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000111 00110110
Octal 70 7 66
Decimal 56 7 54
Hex 38 7 36

RGB Percentages of Color #380736

%47.86
%5.98
%46.15

CMYK Percentages of Color #380736

%0
%88
%4
%78

Triadic Colors of #380736

#380736 #363807 #073638

Analogous Colors of #380736

#380736 #38071d #220738

Monochromatic Colors of #380736

#380736

Complementary Color

#380736 #073809

#380736 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380736 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380736 Color CSS Codes

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

#380736 Text Font Color

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

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


#380736 Background Color

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

This div background color is #380736


#380736 Border Color

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

This div border color is #380736


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380736


Comments

No comments written yet.

Please login to write comment.