Color Hex Logo

#38436f Color Hex

#38436F
(56,67,111)
0 Favorites   0 Comments

Color spaces of #38436f

RGB 5667111
HSL0.630.330.33
HSV228°50°44°
CMYK 0.500.400.00   0.56
XYZ6.50736.002815.8546
Yxy6.00280.22940.2116
Hunter Lab24.50064.5331-21.2167
CIE-Lab29.41958.7721-26.9097

#38436f color RGB value is (56,67,111).

#38436f hex color red value is 56, green value is 67 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #38436f hue: 0.63 , saturation: 0.33 and the lightness value of 38436f is 0.33.

The process color (four color CMYK) of #38436f color hex is 0.50, 0.40, 0.00, 0.56. Web safe color of #38436f is #333366. Color #38436f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000011 01101111
Octal 70 103 157
Decimal 56 67 111
Hex 38 43 6F

RGB Percentages of Color #38436f

%23.93
%28.63
%47.44

CMYK Percentages of Color #38436f

%50
%40
%0
%56

Triadic Colors of #38436f

#38436f #6f3843 #436f38

Analogous Colors of #38436f

#38436f #49386f #385f6f

Monochromatic Colors of #38436f

#38436f

Complementary Color

#38436f #6f6438

#38436f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38436f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38436f Color CSS Codes

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

#38436f Text Font Color

<p style="color:#38436f">Text here</p>

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


#38436f Background Color

<div style="background-color:#38436f">
Div content here</div>

This div background color is #38436f


#38436f Border Color

<div style="border:3px solid #38436f">
Div here</div>

This div border color is #38436f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,67,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38436f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38436f;
  -webkit-box-shadow: 1px 1px 3px 2px #38436f;
  box-shadow:         1px 1px 3px 2px #38436f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38436f


Comments

No comments written yet.

Please login to write comment.