Color Hex Logo

#386082 Color Hex

#386082
(56,96,130)
0 Favorites   0 Comments

Color spaces of #386082

RGB 5696130
HSL0.580.400.36
HSV208°57°51°
CMYK 0.570.260.00   0.49
XYZ9.843010.818222.6884
Yxy10.81820.22710.2496
Hunter Lab32.8910-4.1412-17.8748
CIE-Lab39.2726-3.4430-23.2733

#386082 color RGB value is (56,96,130).

#386082 hex color red value is 56, green value is 96 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #386082 hue: 0.58 , saturation: 0.40 and the lightness value of 386082 is 0.36.

The process color (four color CMYK) of #386082 color hex is 0.57, 0.26, 0.00, 0.49. Web safe color of #386082 is #336699. Color #386082 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100000 10000010
Octal 70 140 202
Decimal 56 96 130
Hex 38 60 82

RGB Percentages of Color #386082

%19.86
%34.04
%46.10

CMYK Percentages of Color #386082

%57
%26
%0
%49

Triadic Colors of #386082

#386082 #823860 #608238

Analogous Colors of #386082

#386082 #383b82 #38827f

Monochromatic Colors of #386082

#386082

Complementary Color

#386082 #825a38

#386082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386082 Color CSS Codes

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

#386082 Text Font Color

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

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


#386082 Background Color

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

This div background color is #386082


#386082 Border Color

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

This div border color is #386082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386082


Comments

No comments written yet.

Please login to write comment.