Color Hex Logo

#38847c Color Hex

#38847C
(56,132,124)
0 Favorites   0 Comments

Color spaces of #38847c

RGB 56132124
HSL0.480.400.37
HSV174°58°52°
CMYK 0.580.000.06   0.48
XYZ13.520218.798521.9847
Yxy18.79850.24900.3462
Hunter Lab43.3572-20.21300.2865
CIE-Lab50.4506-25.4184-2.7621

#38847c color RGB value is (56,132,124).

#38847c hex color red value is 56, green value is 132 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #38847c hue: 0.48 , saturation: 0.40 and the lightness value of 38847c is 0.37.

The process color (four color CMYK) of #38847c color hex is 0.58, 0.00, 0.06, 0.48. Web safe color of #38847c is #339966. Color #38847c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000100 01111100
Octal 70 204 174
Decimal 56 132 124
Hex 38 84 7C

RGB Percentages of Color #38847c

%17.95
%42.31
%39.74

CMYK Percentages of Color #38847c

%58
%0
%6
%48

Triadic Colors of #38847c

#38847c #7c3884 #847c38

Analogous Colors of #38847c

#38847c #386684 #388456

Monochromatic Colors of #38847c

#38847c

Complementary Color

#38847c #843840

#38847c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38847c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38847c Color CSS Codes

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

#38847c Text Font Color

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

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


#38847c Background Color

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

This div background color is #38847c


#38847c Border Color

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

This div border color is #38847c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38847c


Comments

No comments written yet.

Please login to write comment.