Color Hex Logo

#38505c Color Hex

#38505C
(56,80,92)
0 Favorites   0 Comments

Color spaces of #38505c

RGB 568092
HSL0.560.240.29
HSV200°39°36°
CMYK 0.390.130.00   0.64
XYZ6.43137.350811.2051
Yxy7.35080.25740.2942
Hunter Lab27.1124-5.1048-5.5249
CIE-Lab32.5925-5.7041-9.9433

#38505c color RGB value is (56,80,92).

#38505c hex color red value is 56, green value is 80 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #38505c hue: 0.56 , saturation: 0.24 and the lightness value of 38505c is 0.29.

The process color (four color CMYK) of #38505c color hex is 0.39, 0.13, 0.00, 0.64. Web safe color of #38505c is #336666. Color #38505c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010000 01011100
Octal 70 120 134
Decimal 56 80 92
Hex 38 50 5C

RGB Percentages of Color #38505c

%24.56
%35.09
%40.35

CMYK Percentages of Color #38505c

%39
%13
%0
%64

Triadic Colors of #38505c

#38505c #5c3850 #505c38

Analogous Colors of #38505c

#38505c #383e5c #385c56

Monochromatic Colors of #38505c

#38505c

Complementary Color

#38505c #5c4438

#38505c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38505c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38505c Color CSS Codes

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

#38505c Text Font Color

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

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


#38505c Background Color

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

This div background color is #38505c


#38505c Border Color

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

This div border color is #38505c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38505c


Comments

No comments written yet.

Please login to write comment.