Color Hex Logo

#38062b Color Hex

#38062B
(56,6,43)
0 Favorites   0 Comments

Color spaces of #38062b

RGB 56643
HSL0.880.810.12
HSV316°89°22°
CMYK 0.000.890.23   0.78
XYZ2.13211.14542.3942
Yxy1.14540.37590.2020
Hunter Lab10.702316.8314-5.7720
CIE-Lab10.148328.3049-10.9479

#38062b color RGB value is (56,6,43).

#38062b hex color red value is 56, green value is 6 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #38062b hue: 0.88 , saturation: 0.81 and the lightness value of 38062b is 0.12.

The process color (four color CMYK) of #38062b color hex is 0.00, 0.89, 0.23, 0.78. Web safe color of #38062b is #330033. Color #38062b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000110 00101011
Octal 70 6 53
Decimal 56 6 43
Hex 38 6 2B

RGB Percentages of Color #38062b

%53.33
%5.71
%40.95

CMYK Percentages of Color #38062b

%0
%89
%23
%78

Triadic Colors of #38062b

#38062b #2b3806 #062b38

Analogous Colors of #38062b

#38062b #380612 #2c0638

Monochromatic Colors of #38062b

#38062b

Complementary Color

#38062b #063813

#38062b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38062b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38062b Color CSS Codes

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

#38062b Text Font Color

<p style="color:#38062b">Text here</p>

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


#38062b Background Color

<div style="background-color:#38062b">
Div content here</div>

This div background color is #38062b


#38062b Border Color

<div style="border:3px solid #38062b">
Div here</div>

This div border color is #38062b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,6,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38062b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38062b;
  -webkit-box-shadow: 1px 1px 3px 2px #38062b;
  box-shadow:         1px 1px 3px 2px #38062b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38062b


Comments

No comments written yet.

Please login to write comment.