Color Hex Logo

#385269 Color Hex

#385269
(56,82,105)
0 Favorites   0 Comments

Color spaces of #385269

RGB 5682105
HSL0.580.300.32
HSV208°47°41°
CMYK 0.470.220.00   0.59
XYZ7.19807.895314.5092
Yxy7.89530.24320.2667
Hunter Lab28.0986-3.4462-10.9464
CIE-Lab33.7639-2.9585-16.3548

#385269 color RGB value is (56,82,105).

#385269 hex color red value is 56, green value is 82 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #385269 hue: 0.58 , saturation: 0.30 and the lightness value of 385269 is 0.32.

The process color (four color CMYK) of #385269 color hex is 0.47, 0.22, 0.00, 0.59. Web safe color of #385269 is #336666. Color #385269 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010010 01101001
Octal 70 122 151
Decimal 56 82 105
Hex 38 52 69

RGB Percentages of Color #385269

%23.05
%33.74
%43.21

CMYK Percentages of Color #385269

%47
%22
%0
%59

Triadic Colors of #385269

#385269 #693852 #526938

Analogous Colors of #385269

#385269 #383a69 #386968

Monochromatic Colors of #385269

#385269

Complementary Color

#385269 #694f38

#385269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385269 Color CSS Codes

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

#385269 Text Font Color

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

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


#385269 Background Color

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

This div background color is #385269


#385269 Border Color

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

This div border color is #385269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385269


Comments

No comments written yet.

Please login to write comment.