Color Hex Logo

#380321 Color Hex

#380321
(56,3,33)
1 Favorites   0 Comments

Color spaces of #380321

RGB 56333
HSL0.910.900.12
HSV326°95°22°
CMYK 0.000.950.41   0.78
XYZ1.93801.01571.5327
Yxy1.01570.43200.2264
Hunter Lab10.078216.6881-1.9621
CIE-Lab9.121628.3146-4.9776

#380321 color RGB value is (56,3,33).

#380321 hex color red value is 56, green value is 3 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #380321 hue: 0.91 , saturation: 0.90 and the lightness value of 380321 is 0.12.

The process color (four color CMYK) of #380321 color hex is 0.00, 0.95, 0.41, 0.78. Web safe color of #380321 is #330033. Color #380321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000011 00100001
Octal 70 3 41
Decimal 56 3 33
Hex 38 3 21

RGB Percentages of Color #380321

%60.87
%3.26
%35.87

CMYK Percentages of Color #380321

%0
%95
%41
%78

Triadic Colors of #380321

#380321 #213803 #032138

Analogous Colors of #380321

#380321 #380306 #350338

Monochromatic Colors of #380321

#380321

Complementary Color

#380321 #03381a

#380321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380321 Color CSS Codes

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

#380321 Text Font Color

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

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


#380321 Background Color

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

This div background color is #380321


#380321 Border Color

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

This div border color is #380321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380321


Comments

No comments written yet.

Please login to write comment.