Color Hex Logo

#385462 Color Hex

#385462
(56,84,98)
0 Favorites   0 Comments

Color spaces of #385462

RGB 568498
HSL0.560.270.30
HSV200°43°38°
CMYK 0.430.140.00   0.62
XYZ7.00588.063212.7424
Yxy8.06320.25190.2899
Hunter Lab28.3958-5.6531-6.7289
CIE-Lab34.1142-6.3682-11.4236

#385462 color RGB value is (56,84,98).

#385462 hex color red value is 56, green value is 84 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #385462 hue: 0.56 , saturation: 0.27 and the lightness value of 385462 is 0.30.

The process color (four color CMYK) of #385462 color hex is 0.43, 0.14, 0.00, 0.62. Web safe color of #385462 is #336666. Color #385462 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010100 01100010
Octal 70 124 142
Decimal 56 84 98
Hex 38 54 62

RGB Percentages of Color #385462

%23.53
%35.29
%41.18

CMYK Percentages of Color #385462

%43
%14
%0
%62

Triadic Colors of #385462

#385462 #623854 #546238

Analogous Colors of #385462

#385462 #383f62 #38625b

Monochromatic Colors of #385462

#385462

Complementary Color

#385462 #624638

#385462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385462 Color CSS Codes

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

#385462 Text Font Color

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

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


#385462 Background Color

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

This div background color is #385462


#385462 Border Color

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

This div border color is #385462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385462


Comments

No comments written yet.

Please login to write comment.