Color Hex Logo

#385865 Color Hex

#385865
(56,88,101)
0 Favorites   0 Comments

Color spaces of #385865

RGB 5688101
HSL0.550.290.31
HSV197°45°40°
CMYK 0.450.130.00   0.60
XYZ7.46968.759813.6090
Yxy8.75980.25030.2936
Hunter Lab29.5970-6.7453-6.5443
CIE-Lab35.5177-7.8900-11.1731

#385865 color RGB value is (56,88,101).

#385865 hex color red value is 56, green value is 88 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #385865 hue: 0.55 , saturation: 0.29 and the lightness value of 385865 is 0.31.

The process color (four color CMYK) of #385865 color hex is 0.45, 0.13, 0.00, 0.60. Web safe color of #385865 is #336666. Color #385865 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011000 01100101
Octal 70 130 145
Decimal 56 88 101
Hex 38 58 65

RGB Percentages of Color #385865

%22.86
%35.92
%41.22

CMYK Percentages of Color #385865

%45
%13
%0
%60

Triadic Colors of #385865

#385865 #653858 #586538

Analogous Colors of #385865

#385865 #384265 #38655c

Monochromatic Colors of #385865

#385865

Complementary Color

#385865 #654538

#385865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385865 Color CSS Codes

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

#385865 Text Font Color

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

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


#385865 Background Color

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

This div background color is #385865


#385865 Border Color

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

This div border color is #385865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385865


Comments

No comments written yet.

Please login to write comment.