Color Hex Logo

#386283 Color Hex

#386283
(56,98,131)
0 Favorites   0 Comments

Color spaces of #386283

RGB 5698131
HSL0.570.400.37
HSV206°57°51°
CMYK 0.570.250.00   0.49
XYZ10.095311.214823.1053
Yxy11.21480.22730.2525
Hunter Lab33.4885-4.7950-17.4650
CIE-Lab39.9399-4.3302-22.8446

#386283 color RGB value is (56,98,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100010 10000011
Octal 70 142 203
Decimal 56 98 131
Hex 38 62 83

RGB Percentages of Color #386283

%19.65
%34.39
%45.96

CMYK Percentages of Color #386283

%57
%25
%0
%49

Triadic Colors of #386283

#386283 #833862 #628338

Analogous Colors of #386283

#386283 #383d83 #38837f

Monochromatic Colors of #386283

#386283

Complementary Color

#386283 #835938

#386283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386283 Color CSS Codes

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

#386283 Text Font Color

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

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


#386283 Background Color

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

This div background color is #386283


#386283 Border Color

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

This div border color is #386283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386283


Comments

No comments written yet.

Please login to write comment.