Color Hex Logo

#38847a Color Hex

#38847A
(56,132,122)
0 Favorites   0 Comments

Color spaces of #38847a

RGB 56132122
HSL0.480.400.37
HSV172°58°52°
CMYK 0.580.000.08   0.48
XYZ13.395018.748421.3252
Yxy18.74840.25050.3506
Hunter Lab43.2994-20.55371.1089
CIE-Lab50.3915-25.9719-1.6787

#38847a color RGB value is (56,132,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000100 01111010
Octal 70 204 172
Decimal 56 132 122
Hex 38 84 7A

RGB Percentages of Color #38847a

%18.06
%42.58
%39.35

CMYK Percentages of Color #38847a

%58
%0
%8
%48

Triadic Colors of #38847a

#38847a #7a3884 #847a38

Analogous Colors of #38847a

#38847a #386884 #388454

Monochromatic Colors of #38847a

#38847a

Complementary Color

#38847a #843842

#38847a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38847a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38847a Color CSS Codes

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

#38847a Text Font Color

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

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


#38847a Background Color

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

This div background color is #38847a


#38847a Border Color

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

This div border color is #38847a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38847a


Comments

No comments written yet.

Please login to write comment.