Color Hex Logo

#385258 Color Hex

#385258
(56,82,88)
0 Favorites   0 Comments

Color spaces of #385258

RGB 568288
HSL0.530.220.28
HSV191°36°35°
CMYK 0.360.070.00   0.65
XYZ6.40967.579910.3578
Yxy7.57990.26330.3113
Hunter Lab27.5316-6.6240-3.0336
CIE-Lab33.0922-8.0872-6.6572

#385258 color RGB value is (56,82,88).

#385258 hex color red value is 56, green value is 82 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #385258 hue: 0.53 , saturation: 0.22 and the lightness value of 385258 is 0.28.

The process color (four color CMYK) of #385258 color hex is 0.36, 0.07, 0.00, 0.65. Web safe color of #385258 is #336666. Color #385258 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010010 01011000
Octal 70 122 130
Decimal 56 82 88
Hex 38 52 58

RGB Percentages of Color #385258

%24.78
%36.28
%38.94

CMYK Percentages of Color #385258

%36
%7
%0
%65

Triadic Colors of #385258

#385258 #583852 #525838

Analogous Colors of #385258

#385258 #384258 #38584e

Monochromatic Colors of #385258

#385258

Complementary Color

#385258 #583e38

#385258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385258 Color CSS Codes

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

#385258 Text Font Color

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

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


#385258 Background Color

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

This div background color is #385258


#385258 Border Color

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

This div border color is #385258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385258


Comments

No comments written yet.

Please login to write comment.