Color Hex Logo

#380e4d Color Hex

#380E4D
(56,14,77)
0 Favorites   0 Comments

Color spaces of #380e4d

RGB 561477
HSL0.780.690.18
HSV280°82°30°
CMYK 0.270.820.00   0.70
XYZ3.12751.69077.1827
Yxy1.69070.26060.1409
Hunter Lab13.002720.1794-23.6500
CIE-Lab13.772431.8931-29.4797

#380e4d color RGB value is (56,14,77).

#380e4d hex color red value is 56, green value is 14 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #380e4d hue: 0.78 , saturation: 0.69 and the lightness value of 380e4d is 0.18.

The process color (four color CMYK) of #380e4d color hex is 0.27, 0.82, 0.00, 0.70. Web safe color of #380e4d is #330066. Color #380e4d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001110 01001101
Octal 70 16 115
Decimal 56 14 77
Hex 38 E 4D

RGB Percentages of Color #380e4d

%38.10
%9.52
%52.38

CMYK Percentages of Color #380e4d

%27
%82
%0
%70

Triadic Colors of #380e4d

#380e4d #4d380e #0e4d38

Analogous Colors of #380e4d

#380e4d #4d0e42 #190e4d

Monochromatic Colors of #380e4d

#380e4d

Complementary Color

#380e4d #234d0e

#380e4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380e4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#380e4d Color CSS Codes

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

#380e4d Text Font Color

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

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


#380e4d Background Color

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

This div background color is #380e4d


#380e4d Border Color

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

This div border color is #380e4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380e4d


Comments

No comments written yet.

Please login to write comment.