Color Hex Logo

#38003c Color Hex

#38003C
(56,0,60)
0 Favorites   0 Comments

Color spaces of #38003c

RGB 56060
HSL0.821.000.12
HSV296°100°24°
CMYK 0.071.000.00   0.76
XYZ2.44651.16704.3713
Yxy1.16700.30640.1462
Hunter Lab10.802821.5200-16.4295
CIE-Lab10.311734.2169-23.1177

#38003c color RGB value is (56,0,60).

#38003c hex color red value is 56, green value is 0 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #38003c hue: 0.82 , saturation: 1.00 and the lightness value of 38003c is 0.12.

The process color (four color CMYK) of #38003c color hex is 0.07, 1.00, 0.00, 0.76. Web safe color of #38003c is #330033. Color #38003c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000000 00111100
Octal 70 0 74
Decimal 56 0 60
Hex 38 0 3C

RGB Percentages of Color #38003c

%48.28
%0.00
%51.72

CMYK Percentages of Color #38003c

%7
%100
%0
%76

Triadic Colors of #38003c

#38003c #3c3800 #003c38

Analogous Colors of #38003c

#38003c #3c0022 #1a003c

Monochromatic Colors of #38003c

#38003c

Complementary Color

#38003c #043c00

#38003c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38003c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38003c Color CSS Codes

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

#38003c Text Font Color

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

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


#38003c Background Color

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

This div background color is #38003c


#38003c Border Color

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

This div border color is #38003c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38003c

#38003c Color Palettes


Comments

No comments written yet.

Please login to write comment.