Color Hex Logo

#380015 Color Hex

#380015
(56,0,21)
0 Favorites   0 Comments

Color spaces of #380015

RGB 56021
HSL0.941.000.11
HSV338°100°22°
CMYK 0.001.000.63   0.78
XYZ1.76620.89490.7891
Yxy0.89490.51190.2594
Hunter Lab9.459916.77171.6763
CIE-Lab8.083328.62802.6499

#380015 color RGB value is (56,0,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000000 00010101
Octal 70 0 25
Decimal 56 0 21
Hex 38 0 15

RGB Percentages of Color #380015

%72.73
%0.00
%27.27

CMYK Percentages of Color #380015

%0
%100
%63
%78

Triadic Colors of #380015

#380015 #153800 #001538

Analogous Colors of #380015

#380015 #380700 #380031

Monochromatic Colors of #380015

#380015

Complementary Color

#380015 #003823

#380015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380015 Color CSS Codes

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

#380015 Text Font Color

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

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


#380015 Background Color

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

This div background color is #380015


#380015 Border Color

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

This div border color is #380015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380015


Comments

No comments written yet.

Please login to write comment.