Color Hex Logo

#38506f Color Hex

#38506F
(56,80,111)
0 Favorites   0 Comments

Color spaces of #38506f

RGB 5680111
HSL0.590.330.33
HSV214°50°44°
CMYK 0.500.280.00   0.56
XYZ7.36887.725816.1418
Yxy7.72580.23590.2473
Hunter Lab27.7953-1.3198-14.9752
CIE-Lab33.40520.2478-20.6694

#38506f color RGB value is (56,80,111).

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

The process color (four color CMYK) of #38506f color hex is 0.50, 0.28, 0.00, 0.56. Web safe color of #38506f is #336666. Color #38506f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010000 01101111
Octal 70 120 157
Decimal 56 80 111
Hex 38 50 6F

RGB Percentages of Color #38506f

%22.67
%32.39
%44.94

CMYK Percentages of Color #38506f

%50
%28
%0
%56

Triadic Colors of #38506f

#38506f #6f3850 #506f38

Analogous Colors of #38506f

#38506f #3c386f #386c6f

Monochromatic Colors of #38506f

#38506f

Complementary Color

#38506f #6f5738

#38506f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38506f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38506f Color CSS Codes

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

#38506f Text Font Color

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

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


#38506f Background Color

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

This div background color is #38506f


#38506f Border Color

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

This div border color is #38506f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,80,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 #38506f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38506f


Comments

No comments written yet.

Please login to write comment.