Color Hex Logo

#38508e Color Hex

#38508E
(56,80,142)
0 Favorites   0 Comments

Color spaces of #38508e

RGB 5680142
HSL0.620.430.39
HSV223°61°56°
CMYK 0.610.440.00   0.44
XYZ9.38208.531126.7434
Yxy8.53110.21010.1910
Hunter Lab29.20806.2224-33.8413
CIE-Lab35.065410.9672-37.2076

#38508e color RGB value is (56,80,142).

#38508e hex color red value is 56, green value is 80 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #38508e hue: 0.62 , saturation: 0.43 and the lightness value of 38508e is 0.39.

The process color (four color CMYK) of #38508e color hex is 0.61, 0.44, 0.00, 0.44. Web safe color of #38508e is #336699. Color #38508e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010000 10001110
Octal 70 120 216
Decimal 56 80 142
Hex 38 50 8E

RGB Percentages of Color #38508e

%20.14
%28.78
%51.08

CMYK Percentages of Color #38508e

%61
%44
%0
%44

Triadic Colors of #38508e

#38508e #8e3850 #508e38

Analogous Colors of #38508e

#38508e #4b388e #387b8e

Monochromatic Colors of #38508e

#38508e

Complementary Color

#38508e #8e7638

#38508e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38508e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38508e Color CSS Codes

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

#38508e Text Font Color

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

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


#38508e Background Color

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

This div background color is #38508e


#38508e Border Color

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

This div border color is #38508e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38508e


Comments

No comments written yet.

Please login to write comment.