Color Hex Logo

#386880 Color Hex

#386880
(56,104,128)
0 Favorites   0 Comments

Color spaces of #386880

RGB 56104128
HSL0.560.390.36
HSV200°56°50°
CMYK 0.560.190.00   0.50
XYZ10.477512.299922.2440
Yxy12.29990.23270.2732
Hunter Lab35.0712-8.0479-13.0550
CIE-Lab41.6888-8.9174-18.3281

#386880 color RGB value is (56,104,128).

#386880 hex color red value is 56, green value is 104 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #386880 hue: 0.56 , saturation: 0.39 and the lightness value of 386880 is 0.36.

The process color (four color CMYK) of #386880 color hex is 0.56, 0.19, 0.00, 0.50. Web safe color of #386880 is #336699. Color #386880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101000 10000000
Octal 70 150 200
Decimal 56 104 128
Hex 38 68 80

RGB Percentages of Color #386880

%19.44
%36.11
%44.44

CMYK Percentages of Color #386880

%56
%19
%0
%50

Triadic Colors of #386880

#386880 #803868 #688038

Analogous Colors of #386880

#386880 #384480 #388074

Monochromatic Colors of #386880

#386880

Complementary Color

#386880 #805038

#386880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386880 Color CSS Codes

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

#386880 Text Font Color

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

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


#386880 Background Color

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

This div background color is #386880


#386880 Border Color

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

This div border color is #386880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386880


Comments

No comments written yet.

Please login to write comment.