Color Hex Logo

#380740 Color Hex

#380740
(56,7,64)
0 Favorites   0 Comments

Color spaces of #380740

RGB 56764
HSL0.810.800.14
HSV292°89°25°
CMYK 0.130.890.00   0.75
XYZ2.63231.36294.9748
Yxy1.36290.29350.1519
Hunter Lab11.674319.8177-17.0933
CIE-Lab11.708531.8425-23.7261

#380740 color RGB value is (56,7,64).

#380740 hex color red value is 56, green value is 7 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #380740 hue: 0.81 , saturation: 0.80 and the lightness value of 380740 is 0.14.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000111 01000000
Octal 70 7 100
Decimal 56 7 64
Hex 38 7 40

RGB Percentages of Color #380740

%44.09
%5.51
%50.39

CMYK Percentages of Color #380740

%13
%89
%0
%75

Triadic Colors of #380740

#380740 #403807 #074038

Analogous Colors of #380740

#380740 #40072b #1c0740

Monochromatic Colors of #380740

#380740

Complementary Color

#380740 #0f4007

#380740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380740 Color CSS Codes

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

#380740 Text Font Color

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

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


#380740 Background Color

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

This div background color is #380740


#380740 Border Color

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

This div border color is #380740


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,7,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 #380740">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380740


Comments

No comments written yet.

Please login to write comment.