Color Hex Logo

#38013d Color Hex

#38013D
(56,1,61)
0 Favorites   0 Comments

Color spaces of #38013d

RGB 56161
HSL0.820.970.12
HSV295°98°24°
CMYK 0.080.980.00   0.76
XYZ2.48401.19944.5155
Yxy1.19940.30300.1463
Hunter Lab10.951721.3208-16.7797
CIE-Lab10.552933.9273-23.4466

#38013d color RGB value is (56,1,61).

#38013d hex color red value is 56, green value is 1 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #38013d hue: 0.82 , saturation: 0.97 and the lightness value of 38013d is 0.12.

The process color (four color CMYK) of #38013d color hex is 0.08, 0.98, 0.00, 0.76. Web safe color of #38013d is #330033. Color #38013d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000001 00111101
Octal 70 1 75
Decimal 56 1 61
Hex 38 1 3D

RGB Percentages of Color #38013d

%47.46
%0.85
%51.69

CMYK Percentages of Color #38013d

%8
%98
%0
%76

Triadic Colors of #38013d

#38013d #3d3801 #013d38

Analogous Colors of #38013d

#38013d #3d0124 #1a013d

Monochromatic Colors of #38013d

#38013d

Complementary Color

#38013d #063d01

#38013d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38013d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38013d Color CSS Codes

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

#38013d Text Font Color

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

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


#38013d Background Color

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

This div background color is #38013d


#38013d Border Color

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

This div border color is #38013d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38013d


Comments

No comments written yet.

Please login to write comment.