Color Hex Logo

#386280 Color Hex

#386280
(56,98,128)
0 Favorites   0 Comments

Color spaces of #386280

RGB 5698128
HSL0.570.390.36
HSV205°56°50°
CMYK 0.560.230.00   0.50
XYZ9.894911.134622.0498
Yxy11.13460.22970.2585
Hunter Lab33.3685-5.4637-15.8206
CIE-Lab39.8063-5.3314-21.2301

#386280 color RGB value is (56,98,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100010 10000000
Octal 70 142 200
Decimal 56 98 128
Hex 38 62 80

RGB Percentages of Color #386280

%19.86
%34.75
%45.39

CMYK Percentages of Color #386280

%56
%23
%0
%50

Triadic Colors of #386280

#386280 #803862 #628038

Analogous Colors of #386280

#386280 #383e80 #38807a

Monochromatic Colors of #386280

#386280

Complementary Color

#386280 #805638

#386280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386280 Color CSS Codes

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

#386280 Text Font Color

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

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


#386280 Background Color

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

This div background color is #386280


#386280 Border Color

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

This div border color is #386280


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,98,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 #386280">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386280


Comments

No comments written yet.

Please login to write comment.