Color Hex Logo

#38505e Color Hex

#38505E
(56,80,94)
0 Favorites   0 Comments

Color spaces of #38505e

RGB 568094
HSL0.560.250.29
HSV202°40°37°
CMYK 0.400.150.00   0.63
XYZ6.51997.386211.6717
Yxy7.38620.25490.2888
Hunter Lab27.1776-4.7386-6.4384
CIE-Lab32.6704-5.1084-11.0923

#38505e color RGB value is (56,80,94).

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

The process color (four color CMYK) of #38505e color hex is 0.40, 0.15, 0.00, 0.63. Web safe color of #38505e is #336666. Color #38505e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010000 01011110
Octal 70 120 136
Decimal 56 80 94
Hex 38 50 5E

RGB Percentages of Color #38505e

%24.35
%34.78
%40.87

CMYK Percentages of Color #38505e

%40
%15
%0
%63

Triadic Colors of #38505e

#38505e #5e3850 #505e38

Analogous Colors of #38505e

#38505e #383d5e #385e59

Monochromatic Colors of #38505e

#38505e

Complementary Color

#38505e #5e4638

#38505e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38505e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38505e Color CSS Codes

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

#38505e Text Font Color

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

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


#38505e Background Color

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

This div background color is #38505e


#38505e Border Color

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

This div border color is #38505e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38505e


Comments

No comments written yet.

Please login to write comment.