Color Hex Logo

#380e48 Color Hex

#380E48
(56,14,72)
0 Favorites   0 Comments

Color spaces of #380e48

RGB 561472
HSL0.790.670.17
HSV283°81°28°
CMYK 0.220.810.00   0.72
XYZ2.95761.62276.2882
Yxy1.62270.27210.1493
Hunter Lab12.738519.1513-20.3507
CIE-Lab13.367830.6816-26.6729

#380e48 color RGB value is (56,14,72).

#380e48 hex color red value is 56, green value is 14 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #380e48 hue: 0.79 , saturation: 0.67 and the lightness value of 380e48 is 0.17.

The process color (four color CMYK) of #380e48 color hex is 0.22, 0.81, 0.00, 0.72. Web safe color of #380e48 is #330033. Color #380e48 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001110 01001000
Octal 70 16 110
Decimal 56 14 72
Hex 38 E 48

RGB Percentages of Color #380e48

%39.44
%9.86
%50.70

CMYK Percentages of Color #380e48

%22
%81
%0
%72

Triadic Colors of #380e48

#380e48 #48380e #0e4838

Analogous Colors of #380e48

#380e48 #480e3b #1b0e48

Monochromatic Colors of #380e48

#380e48

Complementary Color

#380e48 #1e480e

#380e48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380e48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380e48 Color CSS Codes

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

#380e48 Text Font Color

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

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


#380e48 Background Color

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

This div background color is #380e48


#380e48 Border Color

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

This div border color is #380e48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380e48


Comments

No comments written yet.

Please login to write comment.