Color Hex Logo

#38585e Color Hex

#38585E
(56,88,94)
0 Favorites   0 Comments

Color spaces of #38585e

RGB 568894
HSL0.530.250.29
HSV189°40°37°
CMYK 0.400.060.00   0.63
XYZ7.14108.628411.8787
Yxy8.62840.25830.3121
Hunter Lab29.3741-8.0105-3.4146
CIE-Lab35.2588-9.9618-7.1880

#38585e color RGB value is (56,88,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011000 01011110
Octal 70 130 136
Decimal 56 88 94
Hex 38 58 5E

RGB Percentages of Color #38585e

%23.53
%36.97
%39.50

CMYK Percentages of Color #38585e

%40
%6
%0
%63

Triadic Colors of #38585e

#38585e #5e3858 #585e38

Analogous Colors of #38585e

#38585e #38455e #385e51

Monochromatic Colors of #38585e

#38585e

Complementary Color

#38585e #5e3e38

#38585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38585e Color CSS Codes

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

#38585e Text Font Color

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

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


#38585e Background Color

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

This div background color is #38585e


#38585e Border Color

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

This div border color is #38585e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,88,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 #38585e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38585e


Comments

No comments written yet.

Please login to write comment.