Color Hex Logo

#380007 Color Hex

#380007
(56,0,7)
0 Favorites   0 Comments

Color spaces of #380007

RGB 5607
HSL0.981.000.11
HSV353°100°22°
CMYK 0.001.000.88   0.78
XYZ1.66920.85610.2783
Yxy0.85610.59540.3054
Hunter Lab9.252616.01014.6935
CIE-Lab7.733127.66739.3523

#380007 color RGB value is (56,0,7).

#380007 hex color red value is 56, green value is 0 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #380007 hue: 0.98 , saturation: 1.00 and the lightness value of 380007 is 0.11.

The process color (four color CMYK) of #380007 color hex is 0.00, 1.00, 0.88, 0.78. Web safe color of #380007 is #330000. Color #380007 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000000 00000111
Octal 70 0 7
Decimal 56 0 7
Hex 38 0 7

RGB Percentages of Color #380007

%88.89
%0.00
%11.11

CMYK Percentages of Color #380007

%0
%100
%88
%78

Triadic Colors of #380007

#380007 #073800 #000738

Analogous Colors of #380007

#380007 #381500 #380023

Monochromatic Colors of #380007

#380007

Complementary Color

#380007 #003831

#380007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380007 Color CSS Codes

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

#380007 Text Font Color

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

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


#380007 Background Color

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

This div background color is #380007


#380007 Border Color

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

This div border color is #380007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380007


Comments

No comments written yet.

Please login to write comment.