Color Hex Logo

#380e33 Color Hex

#380E33
(56,14,51)
0 Favorites   0 Comments

Color spaces of #380e33

RGB 561451
HSL0.850.600.14
HSV307°75°22°
CMYK 0.000.750.09   0.78
XYZ2.38551.39383.2753
Yxy1.39380.33810.1976
Hunter Lab11.805915.4072-8.1846
CIE-Lab11.916326.0629-14.0689

#380e33 color RGB value is (56,14,51).

#380e33 hex color red value is 56, green value is 14 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #380e33 hue: 0.85 , saturation: 0.60 and the lightness value of 380e33 is 0.14.

The process color (four color CMYK) of #380e33 color hex is 0.00, 0.75, 0.09, 0.78. Web safe color of #380e33 is #330033. Color #380e33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001110 00110011
Octal 70 16 63
Decimal 56 14 51
Hex 38 E 33

RGB Percentages of Color #380e33

%46.28
%11.57
%42.15

CMYK Percentages of Color #380e33

%0
%75
%9
%78

Triadic Colors of #380e33

#380e33 #33380e #0e3338

Analogous Colors of #380e33

#380e33 #380e1e #280e38

Monochromatic Colors of #380e33

#380e33

Complementary Color

#380e33 #0e3813

#380e33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380e33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380e33 Color CSS Codes

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

#380e33 Text Font Color

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

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


#380e33 Background Color

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

This div background color is #380e33


#380e33 Border Color

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

This div border color is #380e33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380e33


Comments

No comments written yet.

Please login to write comment.